campersau
campersau
NuGet.Client changed it in 2015 https://github.com/NuGet/NuGet.Client/commit/79dc5ffb6876bd9474999bab5260d272d1c39e2a But I didn't change it here when I was refactoring the code to use NuGet.Client https://github.com/NuGetPackageExplorer/NuGetPackageExplorer/pull/326/files#diff-9c77df4f6fc32ba617a357e20f394c3179aeaf759b909411f87cf22bdce59839R291  https://nuget.info is not affected: https://github.com/NuGetPackageExplorer/NuGetPackageExplorer/blob/2a7060e07d2ba5c5ebaa06ebf80048987d5de161/Uno/NugetPackageExplorer.Legacy/Client/Data/PackageData.cs#L22 Fixes #1522
When the `NuGet.Config` file contains invalid XML it would result in a crash when opening the package chooser window. Now it willl show the error to the user:  We...
Since we now have the APIs for getting metadata, the `InstallGenericServerFunctionHandler` could expose the callback for handling metadata. Which gives the user more control by allowing the use of different...
Adds support for invoking a function with a `dynamic` return type. Values are read on demand and can not be accessed once the function gets disposed. ~Which means that this...
Keep reference to generic server function delegates so they don't get GCed and crash the application
Extracted the fix from https://github.com/huysentruitw/SapNwRfc/pull/53 Fixes https://github.com/huysentruitw/SapNwRfc/issues/56
# Fix SVG element attribute removal Implements the suggested fix in #43949 Fixes #43949
It looks like Dragablz does not support `IsEnabled="False"` on `TabItem` is that true? ``` xaml We Have Tearable Tabs! ``` Would it be possible to add this feature?
### What should we add or change to make your life better? For example add a `SessionAffinityCookieConfig.CookieBuilder` property which, if not `null`, is used instead of [existing code in `SetAffinityKey`](https://github.com/microsoft/reverse-proxy/blob/a07262b008ab1461d953fe979ec54e2cc88263e0/src/ReverseProxy/SessionAffinity/CookieSessionAffinityPolicy.cs#L42-L52)...
Let's Encrypt added a new "profile" parameter to the "new-order" endpoint. It would be great if this could be added here as well. E.g. `"profile": "tlsserver"` Full example: ``` POST...
## Describe the bug When running `dotnet test -p:TestingPlatformCaptureOutput=false` the output of the testing platform is not visible anymore with .NET 9.0 SDK. ## Steps To Reproduce 1. Create a...