Andy Zivkovic
Andy Zivkovic
Given that NuGetAudit is a NuGet feature, I think a discussion or issue over a https://github.com/NuGet/Home would be more appropriate than here dotnet/project-system. Especially since this issue is specifically about...
FWIW, here's a video/gif of my sample running at different verbosity. You can see how I don't have control to remove the progress message before the log messages are written,...
I didn't realise that Ubuntu 18.04 had such an old version of mono. I added the mono project source and updated to mono 5.18.0.240, but it still has the same...
I've been digging into it further, and I think I understand what's going on. Eventually the call stack gets to methods in [fdhandle.c](https://github.com/mono/mono/blob/c5b88ec4f323f2bdb7c7d0a595ece28dae66579c/mono/metadata/fdhandle.c). When a file is opened using Mono's...
This issue has label gathering-feedback, so if there's any specific feedback you'd like, please let me know. In short, I feel being able to pass multiple projects to a single...
The author of the tool could put `$(ToolCommandName)` in their csproj. Would it be worthwhile asking the SDK team to make this default when `PackAsTool` is true?
``` static async Task MainAsync() { var schema = await JsonSchema4.FromUrlAsync( "http://datafactories.schema.management.azure.com/schemas/2015-09-01/Microsoft.DataFactory.Pipeline.json"); } ``` This gives me the error: Unhandled Exception: System.AggregateException: One or more errors occurred. (Could not resolve...
> However, I found that basic .NET builds don't work if the path is too long. I hit an error during NuGet restore as well as in the CreateAppHost task...
> Ah, I probably don't have those issues because I have this group policy set to true. I guess it is false by default: @ChristopherHaws that's only half the story....
Every test I look at in Azure DevOps, and go to the history tab for the failed test, shows it only fails in this PR's branch, not in any other...