Enhancements via netcoreapp3.0
See original GitHub issueMilestone 3.0.0 for the SDK is intended to target netcoreapp3.0
and get access to the new APIs introduced.
- Send as Extra or Tags the values for
IsDynamicCodeCompiled
andIsDynamicCodeSupported
. PR - IIS Server variables (accessible via ASP.NET Core now).
- Read request body via
System.IO.Pipelines
. - Opt-in for
IConfigurationRoot.GetDebugView
. - GC info GetMemoryInfo and GetTotalAllocatedBytes. See PR
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Performance Improvements in .NET Core 3.0
Back when we were getting ready to ship .NET Core 2.0, I wrote a blog post exploring some of the many performance improvements...
Read more >New Features and Enhancements in .NET Core 3.0
Entity Framework Core 3.0 EF Core 3.0 contains more than 600 product improvements including major features, minor enhancements, and bug fixes. Check out...
Read more >Differences Between .NET Core 3.1 and .NET Core 6
A Softensity Software Engineer details the changes introduced with .NET Core 6, and how to choose the best version for your project.
Read more >Making a tiny .NET Core 3.0 entirely self-contained single ...
I've always been fascinated by making apps as small as possible, especially in the .NET space. No need to ship any files -...
Read more >Drop netcoreapp3.0, add netcoreapp3.1 · Issue #348
I already made the change to add net5 when arcade switched us to using the .net 5 sdk, so we're ready for that...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@bruno-garcia didnt we decide BackgroundWorker, SentryClient, and Hub should not be disposable?
Closing stale issue.