Слава Україні! Героям слава!
Слава Україні! Героям слава!
@MangelMaxime I was waiting for .NET 9.0 to be released officially before we do that, but if you prefer, we can start a bit earlier. Let me know.
@MangelMaxime Technically you can just drop in the package replacement for `Browser.*.dll` as it is, it's just bindings so it doesn't need to go through code truncation for size, and...
Perhaps a repro can help figure out what's happening. Here the the [source file logic](https://github.com/fable-compiler/Fable/blob/main/src/Fable.Compiler/ProjectCracker.fs#L355) for Fable-compatible nuget packages. But that doesn't use MSBuild, just parses project XML, so that...
@MangelMaxime Can we perhaps have another alpha release? #4182 has been merged, but not released yet, so it may be confusing to explain to people what the expected behavior is,...
@skir Yes, that seems to be the case when targeting `netstandard2.0`, not sure why. As a workaround, you can try targeting `net8.0` (or some other TFM), seems to help.