-
https://github.com/dotnet/Silk.NET/blob/81cfc1008b1df8901a4d8c4e365cabda6797eaf2/build/nuke/Native/Angle.cs#L29
This is necessary to ship new versions of ANGLE and to add more platform coverage (e.…
-
I am seeing a bunch of warnings if I set trimming to false for a wasi project. This is the `wasiconsole` template. There are no warnings when trimming is enabled.
Project:
```xml
net8…
-
This is a summary of `TODO|FIXME|NotImplementedEx` in src/native/managed/cdacreader:
- [x] In `CodeVersions_1`:
- `IsActiveNativeCodeVersion` needs to handle the `NativeCodeVersionHandle::CodeVer…
-
The wasm ABI https://github.com/WebAssembly/tool-conventions/blob/main/BasicCABI.md#function-signatures appears to imply that the following cases will all become scalars and be passed by-value instead…
-
Hi @cryinkfly , I have been spending my xmas getting sw2022 up and running on wine. Wanted to share some points/ask some questions.
- I never managed to get the normal setup.exe working no matter w…
-
### What happened?
During a specs update in AWS Native, some descriptions were updated to include `\u2028` (a line separator character).
This caused the description comments to be rendered with ne…
-
Currently we distribute two versions of `instrument.sh`
* NuGet instrument.sh: https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/nuget/OpenTelemetry.AutoInstrumentati…
-
A number of improvements were made to `FileStream` in .NET 6: https://devblogs.microsoft.com/dotnet/file-io-improvements-in-dotnet-6
`FileStream` is now looking like a more attractive option for I/…
-
### Description
Currently, when building a C++ native aot app, you need to specify the runtime libraries with full paths, or clang will automatically choose the the .dylib files.
### Reproduction St…
JCash updated
1 month ago
-
Native AOT hooks into the publish logic using `BeforeTargets="ComputeResolvedFilesToPublishList"`:
https://github.com/dotnet/runtime/blob/44b7ba3cf6af26bcf9f6b2bbd1e75cd1aeaa1331/src/coreclr/nativeaot…