adamsitnik on master
1655 doc with options obsolete … (compare)
i saw that there were .WithNuget
helpers but my guess is that it's helps full when thing still builds
i'm looking at few breaking change in my own implementation ;)
one way would be to release both version of my code in release and bench against my own Nugets package since i just consume an IHubProtocol
?
.WithNuget
might do the trick if i consume a "local" RestoreSource
PackOnBuild
is enabled to consume the "nuget feed" versus local feed
MessagePack
in my scenario so it's not a simple one ;)
[Params("scaledirname1", "scaledirname2", "scaledirname3")]
etc, but still need to communicate the root directory for each scale directory. (Yes, I'm aware of the fact that all sorts of things will affect benchmarks based on disk I/O, and am not yet worrying about it.)
While migrating webapplication from .netcore 2.1 to .netcore 3.1, I am getting runtime exception as
System.InvalidOperationException: 'The CORS protocol does not allow specifying a wildcard (any) origin and credentials at the same time. Configure the CORS policy by listing individual origins if credentials needs to be supported.'
How to resolve System.InvalidOperationException?