afuersch

Results 5 comments of afuersch

Having the same problem as @Liero, @danm-de or @axylophon E.g. when having query parameters, which are set via `SupplyParameterFromQuery` attribute the `OnParametersSetAsync` is called when navigating away to another page....

Since [dotnet format has moved to the dotnet SDK repository](https://github.com/dotnet/sdk/pull/38857) I created the issue there to hope for more feedback. https://github.com/dotnet/sdk/issues/39817

@pruggit Can you review this PR please? I would need a NET Core version of this library :)

As a workaround or permanent solution I removed the dependency to this library and instead use - .NET8 built-in functionality `System.Environment` and `RuntimeInformation.OSDescription` - `System.Management` package, see https://stackoverflow.com/questions/75367335/c-sharp-determine-os-version-in-net-6 # Example...

What's the status about this PR? Will there be a more recent AngleSharp version available soon?