Michail Timoshinin
Michail Timoshinin
any updates here? *sorry for question, but this feature is really important for me)
Guys, you need to update library [TG.Blazor.IndexedDb](https://github.com/wtulloch/Blazor.IndexedDB) [Issue](https://github.com/wtulloch/Blazor.IndexedDB/issues/10) is fixed... fixed for me: ```xml .csproj: ``` ```html index.html: navigator.serviceWorker.register('service-worker.js'); ```
I think that saving to clipboard would be super-awesome!) Already waiting this feature)
Yes, i know it) I meant autosave to clipboard with chosen link (file system or cloud) with some kind of setting...
I guess this is the same problem as mine... here is the reason: [CompilerServiceBase.cs](https://github.com/fouadmess/RazorEngine/blob/master/RazorEngine.NetCore/Compilation/CompilerServiceBase.cs) ```csharp private string GetGeneratorResult(IEnumerable namespaces, TypeContext context) { ... string path = null; if (string.IsNullOrWhiteSpace(context.TemplateContent.TemplateFile)) {...
I guess this extension does not work with Azure DevOps Server?
> @MISTikus Maybe revert the last commit, and keep using `net5.0` (Since build-server is now failing). Maybe remove `netstandard2.1` since `netstandard2.0` is good enough. @snakefoot, done. I removed last commit