-
### Description
It's a new project. No any changes.
Once I switch < PublishAot >true< /PublishAot > error below.
Severity Code Description Project File Line Suppression State
Error (active) C…
-
### Description
Create a new tvOS application in .Net 8, it builds and works fine. If I add a SkiaSharp reference, i.e.
Then the build fails with this error...
```
ld: building for t…
-
We've experienced a deadlock during the GC stop-the-world phase when dotnet is embedded into a native application. Specifically, the sequence of events leading to the deadlock is:
Thread A of the n…
-
### Description
1. Write a .NET 8 application that calls a native library using P/Invoke with a callback.
1. Run the app, then attach the dotnet debugger before the callback is called.
- Visual…
-
_Originally posted by @dotMorten in:_
## Summary
One of my biggest griefs with MSTest is I can't test if my stuff works right in an AoT build.
Try building your project with `dotnet publish -c…
-
# Feature Request
**Is your feature request related to a problem? Please describe.**
Enabling auto instrumentation for a .NET 9 application currently fails as there is no `net9.0` directory in t…
-
Description
===========
The Nuget packet still uses the 3.0.8 version of OpenSSL even though an upgrade to 3.0.12 was done in version 2.4.0 of librdkafka. Vulnerability scanners then report vulnerab…
-
1. Create a script containing this
```
#r "nuget: TorchSharp-cpu, 0.93.6"
open TorchSharp
torch.randn(10)
#r "nuget: TorchSharp-cpu, 0.93.5"
```
2. Start Visual Studio 2022 and exe…
dsyme updated
1 month ago
-
Benefits:
- Allows us to be optinionated whether UWP is targeted
- Wrap the enricher to fix non-available stuff (i.e. in foreground)
- Wrap .NET native functionality that is not available
- https://gi…
-
We have a certain part of our code where the dotnet console process always crashes when the debugger is attached in a docker-compose project. The code executes correctly when started without a debugge…