Volker Milbrandt
Volker Milbrandt
### Description If the list of arguments contain multiple sets of "exclusive or" options how can this be handled? ### Repro steps test [--option1 | --option2] [--option3 | --option4] [--option5...
### Description Commented-out lines should be removed before release. It might already be broken. If old code is later required again, it will be available in source code management system....
### Description TODO tags are commonly used to mark places where some more code is required, but which the developer wants to implement later. Sometimes the developer will not have...
### Description Using nuget config it's possible to select an alternative nuget cache location with the environment variable `NUGET_PACKAGES`, see global packages at https://learn.microsoft.com/en-us/nuget/consume-packages/managing-the-global-packages-and-cache-folders. ### Repro steps Useing Paket version...
The following test works fine with MSTest.TestAdapter 3.2.2 for net6.0. In 3.3.0 the test fails, Only the NuGet was updated. Maybe a change based on [Merge all implementations of TestContext](https://github.com/microsoft/testfx/pull/1302)...
### Describe the feature request Analyzing our application with Mend.io revelated 4 security alerts by transitive libraries brought with MQTTnet.AspNetCore. |Library|Severity|Vulnerability| |---|---|---| |system.net.websockets.websocketprotocol.4.5.1|High|CVE-2019-0564| |microsoft.aspnetcore.websockets.2.2.0|Medium|CVE-2019-0548| |microsoft.aspnetcore.websockets.2.2.0|High|CVE-2019-0564| |newtonsoft.json.11.0.2|High|CVE-2024-21907| ### Which project is...
As [nuget install](https://docs.microsoft.com/en-US/nuget/reference/cli-reference/cli-ref-install) allows a lot of options allows to install packages in folders without version numbers it is quiet comfortable as the path in gradle.build doesn't need to be...
in build.gradle plugins { id 'com.ullink.nuget' version '2.23' ... } nugetRestore { solutionDirectory = '.' } reports ``` Task :XXX:nugetRestore Execution optimizations have been disabled for task ':XXX:nugetRestore' to ensure...
The given connection string result in an System.ArgumentException key 'name' not supported. Using the connection string from `Scratchpad.fsx` works
in starting and completed solution, including Fody with implementing INotifyPropertyChanged