Code sample for this is available here! https://github.com/lancelarsen/AutoVersionInFooter So in days long ago… for ASP.NET websites we were able to set a parameter in our AssemblyInfo.cs to [assembly: AssemblyVersion(“1.0.*”)] — this allowed for auto incrementation of the version number when…
Category: Blazor
Blazor Tips-n-Tricks! How to Remove Visual Studio @Code Grey Background
Have heard it from others – and I agree – it’s harder to read your code with the default “grey background” when writing Blazor with the @code formatting. So — what to do? Simple solution is to change the way…
Blazor Tips-n-Tricks! CSS Update for Beautifying Error Message
If you’ve been developing in Blazor WebAssembly at all — you’ve seen the following error message. Not a fan of this — but — it’s easy to change to something like the following! Here are the steps you need to…