-
### Description
Ubuntu image is not built with required ICU packages needed for dotnet build:
Process terminated. Couldn't find a valid ICU package installed on the system. Set the configuration f…
-
```
Traceback (most recent call last):
File "/home/dviererbe/Repositories/dotnet/dotnet-regular-tests/distribution-packages/./test-standard-packages", line 482, in
sys.exit(main())
…
-
Evaluate breaking changes for DN9:
- [https://learn.microsoft.com/en-us/dotnet/core/compatibility/9.0](https://learn.microsoft.com/en-us/dotnet/core/compatibility/9.0)
- https://devblogs.microsoft.c…
-
Since https://github.com/dotnet/runtime/pull/90880, `net8.0` has been the minimum.
For files that are compiled for other platforms (.NET Standard, .NET Framework) `NET6_0_OR_GREATER` can be replaced …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I'm trying to enable a setup where I can run my frontend and my backend API in my box, which …
-
### Type of issue
Other (describe below)
### Description
The last link under See also takes you to the [Browse code samples page](https://learn.microsoft.com/en-us/samples/browse/?products=dotn…
-
We've had a [couple of bug reports](https://github.com/dotnet/runtime/issues/104872#issuecomment-2227455981) against dotnet/runtime with rarely-reproduceable crashes coming from libgit2sharp. We belie…
-
Hello, I have a test project on .net6 and execute tests from .Net Test Explorer (v0.7.8) in VS code (1.95.3).
After migrating to .net8 tests execute from .Net Test Explorer as before, but if running …
-
Since https://github.com/dotnet/runtime/pull/90880, `net8.0` has been the minimum.
For files that are compiled for other platforms (.NET Standard, .NET Framework) `NET8_0_OR_GREATER` can be replaced …
-
I created a simple netcore3.1 project and ran locally successfully. I wanted to test the Microsoft netcore3.1 application into azure databricks cluster to run job. I followed the instruction as per Mi…