Jesse Houwing
Jesse Houwing
@praneetloke I'll take pull requests on this one, should be relatively simple, it can take the IsValidExtension or QueryVersion as a baseline, Personally I just leave the private extension out...
Unpublish is now exposed. Uninstall is still not an available part of tfx-cli.
Looks like the version isn't part of the publish manifest, but of the source manifest. does it make sense to allow overriding that with the Azure DevOps build number somehow...
Yeah, this is frustrating. Richard Fennel has a release gate that waits for the availability. In order for this to be really useful, you probably also want the exact same...
https://blogs.blackmarble.co.uk/rfennell/2018/03/20/using-vsts-gates-to-help-improve-my-deployment-pipeline-of-vsts-extensions-to-the-visual-studio-marketplace/
Microsoft has actually released a nice doc with good and bad pracices: https://docs.microsoft.com/en-us/dotnet/framework/network-programming/tls
Seeing another instance of a very similar error on a almost standard new web project in Visual Studio 2017 update 3 preview 6 using RoslynSecurityGuard 2.3.0.0. ``` Severity Code Description...
Related to https://github.com/dotnet/runtime/issues/27931?
Installing System.Numerics.Vectors 4.5.0 prior to installing the analyzer solves the issue.
It'd not the deserializers themselves that are necessarily unsafe. It's how they're used. E.g. When supplying the expected type things become safer than when you're de serializing into an arbitrary...