nil4

Results 11 comments of nil4

https://github.com/github/advisory-database#contributions suggests a couple of approaches that might help.

Upon further testing, the issue is also apparent when merging SBOMs where each includes dependency graph information. For example, merge two .NET project SBOMs: ```cmd mkdir src\csharp1 && pushd src\csharp1...

You may be running into https://github.com/DependencyTrack/dependency-track/issues/1214, due to recent `cyclonedx-cli` versions writing merged output with a UTF-8 BOM (byte-order-mark), which DT v4.3.6 rejects as invalid on upload. Due to this...

`SetEntryAssembly` was added very recently in https://github.com/dotnet/runtime/pull/102271. That PR is under the [`9.0.0`](https://github.com/dotnet/runtime/milestone/124) milestone. But somehow, the *implementation* of that method actually made it into the recent 8.0.8 SDK release....

Per https://github.com/dotnet/runtime/pull/103726 this was intentional: > The Azure functions team is using this API in .NET 9 and want to bring this APi back to .NET 8 in order to...

Cool, one less thing to worry about -- I'll gladly take it!

The macOS library files changed between 1.0.19 and 1.0.19.1. In the earlier package, the `.dylib`s were architecture-specific binaries: ```shell > curl -fsSL -o 19.zip https://www.nuget.org/api/v2/package/libsodium/1.0.19 && unzip 19.zip -d 19...

Nothing specific that I'm aware of. In the linked issue I gave some examples of other Microsoft-published tools (e.g. `dotnet-format` and `docfx`) having this set for a while now with...

Reopening as a reminder to update the fallback location to plain `net9.0` (no `rcX`) once the final version is released next month.

Similar issue with SkiaSharp 3.119.0 crashing at startup in an Avalonia app with the following output: ``` Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs" symbol lookup error: /home/nil4/TestApp/bin/Debug/net9.0/runtimes/linux-arm64/native/libSkiaSharp.so: undefined...