Jan Tesař

Results 82 comments of Jan Tesař

I see the issue. I will look in to that, but for now do you think it is possible to use the `Assets` somehow to add additional files. I mean...

The server part is necessary to "translate" fingerprinted assets (like `app.xyzfingerprint.css`) to physical files (`app.css`). So, when the browser requests the fingerprinted file, it receives the "normal" one. Thus, there...

I see. I was planning to implement the date retrieval functionality from post filename. As it would perfectly serve the dry principle (not having date in front matter and in...

This one is interesting... - Applies only to users without a Blazorise license key. - Occurs only in WASM. - Root cause: Likely a [bug in WASM](https://github.com/dotnet/runtime/issues/111147). - Detailed issue:...

In my case the error appears mostly when you generate file with the same name you already generate. So - just rename the output file before running.

I spent some time thinking about this, and with more features implemented for 2.0. We want to create a tool that will actually help developers with migration. I don't think...

Ok, so what about combining the best of both worlds within the familiar UI of a programmer's IDE? I’m talking about custom analyzers (e.g., `Blazorise.MigrationAnalyzers`) installable via a NuGet package....

> Can this analyzer change the user's code, or is it just for displaying errors and warnings? [yes](https://learn.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/tutorials/how-to-write-csharp-analyzer-code-fix#write-the-code-fix) it can, these are called `Fixes`. It is basically what you are...

> And does it work with Razor code? If yes, it might be a good approach. It analyzes the generated files but can propagate warnings back to the Razor files,...

"Export to Excel" can have two interpretations: - "Give me an `.xlsx` or `.xls` file" - "Give me something I can open in Excel" In most cases, users expect the...