-
(BenchmarkDotNet v0.14 on Windows 11.)
I have a solution that uses [NuGet package source mapping](https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping). There's a benchma…
-
I am trying to expose the Microsoft.PowerShell.SDK APIs to native code (C/Rust) with a .NET native host that dynamically loads everything (libhostfxr.so, .NET assemblies, etc) from an *existing* Power…
-
The older OData (v4) functionality allowed for the use of the OData Query extensions on Web API projects without the full use of OData. This was exceptionally handy for creating much simpler OData-lik…
-
Related to #120 (I've found why we were mapping the interface)
The reason was to allow inter service communication to not have to worry about it being a local or remote service and so we would be fre…
-
Trying to benchmark `UniTask` and `ValueTask` in NativeAot causes the build to fail. If I comment out the `UniTask` code, it works to benchmark `ValueTask`, and likewise if I comment out the `ValueTas…
-
As I saw in the docks, there is no quick startup guide.
I was developing the same thing before saw this framework, I want to try but template is in dotnet 2.2 an obsolete one; I updated packages but …
-
This issue tracks adding package readmes to the shared framework packages:
- Microsoft.NETCore.App.Ref
- Microsoft.NETCore.App.Runtime*
- Microsoft.NETCore.App.Host*
- Microsoft.NETCore.App.Crossg…
-
I have initialized root module. Running with docker I'm getting
```
❯ docker run --rm -it -p 5000:5000 -v ${pwd}:/data:ro --security-opt apparmor:unconfined --cap-add=SYS_ADMIN ianyliu/blast-radius-…
-
Can you please extract the signatures of the admin classes into services so we can mock them to test our code
Thank you
-
Currently the installer part of the mod manager is a .NET 3.5 WinForms application.
I'd suggest porting this to a .NET Standard 2.0/ Xamarin.Forms 3.0 version. That framework would support running…