Damien Royer
Damien Royer
The problem is that `DllImport` cannot be set at runtime. It only accept `const` value. MonoGame does something like this : ```cs private class Windows { [DllImport("kernel32", CharSet = CharSet.Ansi,...
The previewer freezes immediately when I add the following two properties to the `.csproj` file. `net8.0` `true` There don't appear to be any errors in the previewer's logs: ``` Process...
Probably, but it works with .NET 7 and AOT enabled. The previewer isn't the plugin ? I mean there is a previewer integrated in Rider by default ?