-
### Description:
The .NET exercise involves creating a minimal WebAPI using .NET 8.0 and Docker, with the assistance of GitHub Copilot. The exercise is structured to help you explore and utilize Gi…
-
Dotnet should not be deleted even if large-packages are true
-
-
Hello,
I get this issue on the logs:
System.TypeLoadException: Method 'get_LockReleaseBehavior' in type 'ClickHouse.EntityFrameworkCore.Migrations.Internal.ClickHouseHistoryRepository' from asse…
-
I upgraded my app to dotnet 9 and when running in debug I now get an exception on startup.
```
at HotAvalonia.Helpers.MethodHelper.GetFunctionPointerAddress(MethodBase method)
at HotAvaloni…
-
### URL
https://dotnet.microsoft.com/en-us/learn/dotnet/hello-world-tutorial/create
### Operating system
windows
### More information about your system
x64
### Description
well im following e…
-
### Describe the bug
YARP on Dotnet 9 crashes on Linux-x64
YARP attempts to use either IIS or HttpSys on linux machine in net9, but just works as intended on net8.
same package version just different…
-
### Describe the Issue
Originally filed by @avatar-lavventura at https://github.com/dotnet/vscode-csharp/issues/7701
I have installed dotnet sdk inside MacBook and in my terminal `dotnet --info` ret…
-
I have my DbContext in a class library, so `dotnet ef` commands always have to be qualified with either a `--project` or a `--startup-project` or both, depending where I run the command.
It would …
-
### Is your feature request related to a problem? Please describe.
We are trying to reduce the time of our CI by splitting the execution between multiple runners.
### Describe the solution you'd like…