python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can't resolve the reference 'System.Void System.Security.Cryptography.DSACng
I am working on the iOS App in Xamarin in Visual Studio 2019.
My App is working perfectly on Simulator but when I am trying to Build Solution to deploy or debug on iPhone (registered under developer a...
TheHunter Shergill
Votes: 0
Answers: 0
How to restore visual studio nuget packages?
I cloned and loaded a visual studio project .net 4.8. I see all these references here
I tried a package restore and I get
All packages are already installed and there is nothing to restore.
I trie...
omega
Votes: 0
Answers: 1
How to embed Nuget in WPF Application
I have a WPF Client application project (.Net Framework v4.5.2+). There are no pre-requisites at Client end to use the product. All the external references are stored in a folder and MSI installer cop...
RDV
Votes: 0
Answers: 1
How can I fail a .NET build if a project references a NuGet package with known vulnerabilities
I can find most vulnerable packages using dotnet list package --vulnerable but to put that in a build step and fail the build would require some text parsing. Is there some easier way, such as a webse...
Matthew Kane
Votes: 0
Answers: 1