PŠPatrik Švikruhainpatriksvikruha.hashnode.dev·Jul 22, 2019Problem with certificate for KestrelAfter clone new project on which I am working, and after dotnet restore; dotnet run commands I received following message: https://gist.github.com/PadreSVK/bcbc62d71a95f8f1506cd9afd41b4552Instruction in message is clear and after run dotnet cli cmd ...00
PŠPatrik Švikruhainpatriksvikruha.hashnode.dev·Jun 20, 2019How to clean up and simplifying csproj for DotVVM projectWhen you create new DotVVM project with Visual Studio, it will be like this: https://gist.github.com/PadreSVK/cff2a89b489b4bb484ac5c5fbff6a68cFirst we could simplify <Content Include=... group from this: https://gist.github.com/PadreSVK/d19079a7a...00