Kristian Hellang
Kristian Hellang
The `VSToolsPath` is actually used to import `Microsoft.WebApplication.targets`, look further down. Could you describe how this makes your build fail? Got an error message or stack trace?
> Removing the block altogether has absolutely no adverse effects on the dozen or so Nancy templates based projects I have done this to. The effect is has is that...
More specifically, it removes the WPP (Web Publishing Pipeline) which makes it easier to publish web applications using MSDeploy aka. Web Deploy: > The Microsoft.WebApplication.targets file in turn imports the...
That said, we don't necessarily need to include this in the templates, but it _is_ part of the default ASP.NET web application templates. The solution is (embarrassingly) to install VS...
The reason `Guid` was used in the first place, is that the original code was just a Base32 encoding/decoding of existing `Guid` in storage/memory. After introducing a separate data type,...
> Could you please elaborate on the motivation? We encountered the error described in #605, where the server had the thumbprint in uppercase and the client had the thumbprint in...
Hi @sburmanoctopus ! 👋 Can you explain why this is a breaking change? I'm falling to see how this could break anything 😅
Hello good folks! 👋 Any hint on when we can get this looked at? We've worked around it by splitting the RPC interface with different overloads with and without the...
> A fix could be to always upper case the thumbprint given to the ServiceEndpoint. If that isn't suitable let us know :) I guess it's suitable and it would...
When preferring IANA over the other upstream sources, the XML media type changed from `application/xml` to `text/xml`. Based on a bit of research, there doesn't seem to be a definitive...