Nathanael Frey

Results 27 comments of Nathanael Frey

I think this may apply to classes that inherit `OpenXmlPackage` such as `SpreadsheetDocument`. You can [see here](https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.packaging.spreadsheetdocument?view=openxml-3.0.1) that the documentation in the 3.0.1 version does not note **Obsolete** as it...

Wow, I was going crazy trying to figure out why one of my components wasn't working correctly. Turns out blur was firing before it should have. Anyhow, this bug still...

> Thanks for contacting us. > > We're moving this issue to the `.NET 8 Planning` milestone for future evaluation / consideration. We would like to keep this around to...

@danroth27, This looks like a great new feature. Would it be possible to do something such as the following to make injection optional? ``` public partial class ConstructorInjection(NavigationManager? navigation =...

The final item seems to be an issue only when there are no matching files on the CLI, so once [this issue](https://github.com/novotnyllc/NuGetKeyVaultSignTool/issues/144) is resolved that should not be an issue....

Hello, Just came across this while looking at one of Wikiki's other projects that I was not already using. Unfortunate the projects were all deleted. I currently have forks of...

Ok, PR is out. I needed to change some internal stuff to public. If this is not desirable an alternative would be to abstract the `HttpClient` stuff into something like...

Yes, the local filesystem is the way to go. As far as I know this needs to be done by `FileSystem.Current.OpenAppPackageFileAsync()` to access the **wwwroot** folder. Where `FileSystem` is part...

> Thank you, makes sense. > > Let me get back you on the changes for the nuget script. I will now remove support for .NET 6 and .NET 7...