Sören Nils Kuklau
Sören Nils Kuklau
This affects me while I'm still on Xamarin Forms (which is Mono / .NET Standard 2.1). MAUI (which uses .NET 6) is still in preview for now. If critical bugs...
> Is there any ETA for when MAUI is going to be available in a stable release? They're aiming for a release in Q2, but I think it'll be a...
Seems related to #26, too. https://docs.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=net-5.0#remarks itself doesn't say much on how a `CancellationToken` should behave: >The objects that receive the notification can respond in **whatever manner is appropriate.** https://devblogs.microsoft.com/premier-developer/recommended-patterns-for-cancellationtoken/...
The time stamps _do_ update, but it takes quite a while (it seems to calculate them one by one?)
I'm also unclear on this. I have an "on your computer" installation (namely, on a Windows Server 2019 with IIS). I tried simply replacing everything except for `packages` with the...
For future reference: I thought the error pointed to a locking problem, but it was simply a matter of file system permissions — `baget.db*` weren't writable by the IIS application...
@fnils if your base URL isn't `/`, check this comment: https://github.com/SQL-MisterMagoo/Blazor.PWA.MSBuild/pull/5#issuecomment-556934691
> Could there be a way by which the build process can take a specified .js file and merge it into the generated file? Theoretically, sure. Do you have an...
It's fine! Me too, actually. Probably won't get back to my Blazor project until mid-January.
> If you just need out-of-band access to the full dependency graph Ideally, I would want something like `DependencyGraph.Packages.Any(p => p.PackageID == packageID && p.Version >= version`). (Depending on which...