Luis Frey
Luis Frey
.NET supports "Trusted Connection" with their default [SQL Connection](https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnection?view=dotnet-plat-ext-6.0). Implementing this for windows could be the solution.
I did not yet have time to try it out, but I came across this in the [docs](https://learn.microsoft.com/en-us/aspnet/core/blazor/performance/webassembly-browser-developer-tools-diagnostics?view=aspnetcore-10.0): ```xml 0 ``` That same flag can be set via js: https://github.com/dotnet/runtime/blob/main/src%2Fnative%2Fcorehost%2Fbrowserhost%2Floader%2Fhost-builder.ts#L54...
@dsn27 That would still allow invalid geometries in the `Model`, since i could always add a valid geometry and then change it to an invalid state. The idea, behind removing...
@dsn27 @SOFAgh I can see that a construction shouldn't add invalid geometries, but that doesn't prevent the model from containing invalid geometries, since the user can always make a line...
@timcassell Sure, I was already wondering what blocks windows support. I believe that the `run-v8.sh` script generated with the `WasmGenerateRunV8Script` MsBuild Property also contains the flag, but BenchmarkDotNet doesn't use...