Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
SamSaffron
/
MiniProfiler
Public
Notifications
You must be signed in to change notification settings
Fork
217
Star
1k
Code
Issues
25
Pull requests
4
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Dotnet 3.5 support
- #9
#9
Open
akmad
wants to merge 10 commits into
SamSaffron:master
SamSaffron/MiniProfiler:master
from
akmad:dotnet_3.5_support
akmad/MiniProfiler:dotnet_3.5_support
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
Dotnet 3.5 support
#9
akmad
wants to merge 10 commits into
SamSaffron:master
SamSaffron/MiniProfiler:master
from
akmad:dotnet_3.5_support
akmad/MiniProfiler:dotnet_3.5_support
Copy head branch name to clipboard
Commits
Commits on Nov 23, 2011
Working on making a v3.5 configuration
akmad
committed
1feee40
View commit details
Copy full SHA for 1feee40
Browse repository at this point
Commits on Nov 24, 2011
Completed initial implementation of 3.5 MvcMiniProfiler project. Still need to implement CurrentDictionary.
akmad
committed
93e666c
View commit details
Copy full SHA for 93e666c
Browse repository at this point
Fixed the references to load properly based on the config. VS doesn't appear to update these references when changed without restarting.
akmad
committed
968cab4
View commit details
Copy full SHA for 968cab4
Browse repository at this point
Removed EF from 3.5 support. If you're using EF go ahead and updated to 4.0 already.
akmad
committed
e28dba7
View commit details
Copy full SHA for e28dba7
Browse repository at this point
Created simple implementation of MiniConcurrentDictionary for SqlProfiler.
akmad
committed
35e6cc2
View commit details
Copy full SHA for 35e6cc2
Browse repository at this point
Finished initial implementation for 3.5. All tests pass but EntityFramework and Samples are not built in the 3.5 configurations. Need to test on an 2003/XP machine.
akmad
committed
e263e46
View commit details
Copy full SHA for e263e46
Browse repository at this point
Commits on Nov 30, 2011
Fixed casting bug when trying to get MvcHandler.
akmad
committed
ca2086b
View commit details
Copy full SHA for ca2086b
Browse repository at this point
Minor whitespace edits to the project file.
akmad
committed
7edc439
View commit details
Copy full SHA for 7edc439
Browse repository at this point
Commits on Jan 10, 2012
Fixed potential bug with the MiniConcurrentDictionary.Values
kppullin
committed
1e17641
View commit details
Copy full SHA for 1e17641
Browse repository at this point
Merge pull request #1 from kppullin/dotnet_3_5_support
Show description for c0e5f28
akmad
committed
c0e5f28
View commit details
Copy full SHA for c0e5f28
Browse repository at this point
You can’t perform that action at this time.