-
In performance critical paths we are using `byte[]` as value type in reliable dictionaries and queues in hope of increasing performance.
But in fact the current implementation of `TStore` doesn't w…
-
https://docs.microsoft.com/en-us/dotnet/api/system.data.common.dbconnection.disposeasync?view=netcore-3.1
relates to https://github.com/dotnet/runtime/issues/28596
ProfiledDbConnection should…
-
This is a question after debugging dll selections, and I don't know if this should go to dotnet/fsharp or here.
TypeProviders sometimes need to use external dll files, because sometimes people do…
-
- [x] Include everything we reference from assemblies in Microsoft.AspNetCore.App i.e. don't skip over System.IO.Pipelines or anything else from dotnet/runtime
- This part is about updating our e…
-
Mono does not emit custom attributes on methods' generic parameters.
Say you were to emit the following type with System.Reflection.Emit:
```csharp
interface Type
{
void Method();
}
```…
stakx updated
4 weeks ago
-
- ConfuserEx Version: 1.5
- Target Framework: .Net Standard 2.1
- Operating System: Xamarin iOS
- Sample : https://github.com/perarnaudalain/confuserex2
Steps to Reproduce:
- Build the iOS samp…
-
Today , There are Asp.Net (`System.Web.HttpContext`) and Asp.Net Core (`Microsoft.AspNetCore.Http.HttpContext`) in .net Framework , and there are a few packages use .net Framwork with `System.Web.Htt…
-
### Describe the bug
After 8.0.10 release this week our builds stopped to work with
```
CSC : error CS2012: Cannot open '.build\obj\CodeGenerators\Azure\CodeGenerators.dll' for writing -- 'The proce…
-
Hi all, I'm working on a test project that has multiple targets `netcoreapp3.1`, `net5.0`, and `net6.0`.
- For the targets `netcoreapp3.1` and `net5.0`, the test project needs to reference to NuGet p…
-
**Describe the bug**
With CsWinRT 1.6.1 a .Net Standard 2.0 embedded projection for `Windows.ApplicationModel.AppService.AppServiceConnection.OpenAsync` can now be generated correctly and invokes the…