NUnit.3.13.3.nupkg doesn't exist. Unable to neither install a nuget package...
I have a fresh Monogame mgdesktopgl project, try to launch it or install a package via Rider — and get an error:`/usr/lib/dotnet/sdk/6.0.116/NuGet.targets(130,5): error : The local source...
View ArticleTarget file of nuget package doesn't proceed .dll file
We changed our Azure pipeline from (legacy) csproj pack to nuget pack. In the process, it seems that a .dll which is located at the root folder of my project isn't copied despite it being mentioned in...
View Articleunresolved external symbol _CreateCoreWebView2EnvironmentWithOptions
My project was successfully built in visual studio 2019. Now I was asked to build in visual studio 2022.For this project, I need webview2 libraries;I installed webview2 and windows implementation...
View ArticleNuGet dependency for local projects
I have a .net 6 solution with a huge number of projects, every project will be publish as a NuGet package to be used by other teams.Some of the projects depends from others project of the solution.I’m...
View ArticleNltkNet Package Reference Error: The type or namespace name 'NltkNet' could...
I am trying to use NltkNet package in my C# project but i am facing this error "The type or namespace name 'NltkNet' could not be found (are you missing a using directive or an assembly reference?)"...
View ArticleHow to prevent unit test libraries download when a production build is made...
In another languages, when a build for production is performed, there are configurations to avoid libraries or dependencies not related to the build like: unit test, code coverage, etcnodes jsnpm...
View ArticleNuGet returns 'Package integrity checks' on freshly downloaded packages
I've never worked with VS and .NET before and I don't have much programming experience overall either (am a QA by trade, only gotten into test automation recently, which might explain the format of...
View ArticleI have a Blazor server side app. After updating Visual studio from 2019 to...
I have a Blazor server-side app (.Net 6). This app was working without problem until now. I have updated my Visual studio to V2022. After cleaning, rebuilding and publishing the project (to local...
View Articleerror: Package 'Microsoft.Azure.WebJobs.Extensions' is incompatible with...
Following this MS doc/article, created .NET 6 Console App in Visual Studio 2022.No Modifications has done yet.While linking the given NuGet Package, I'm getting this error: Package...
View ArticleVS2017 NuGet: Dependencies not install automatically
I have a problem with Visual Studio 2017. When I install any package, nuget manager not installs dependencies. For example, Microsoft.EntityFrameworkCore.Sqlite has 2 dependencies and I must install it...
View ArticleHow can I resolve a compatibility issue between OpenTelemetry packages in an...
I am developing a custom application with OpenTelemetry using ASP.NET Core. I am following the OpenTelemetry documentation. In my MVC project, I have added the following packages with their latest...
View ArticleHow to verify Package Signature when using Nuget.Packaging on .Net Framework
I am consuming Nuget.Packaging library from a component targeting .Net Framework 4.7.1. I notice that the methods that works on .Net 6/7 do not work the same way. I can see that I can open the...
View ArticleHow to change code from one project for dependency project
I want to learn how should I change code behavior and segment from one project for one of dependency project in C#I think my question is ambiguous ,so I try to explain my question in another language...
View ArticleAvoid creating a new NuGet package just to test code when the package is...
I have an application that consumes some libraries, developed by me, via NuGet packages. Before migrating to Net6 from .Net framework, I used to test the code changes of my libraries by simply...
View ArticleTransitive dependent DLL is not found during runtime
I have a csproj A, in which I added a dependency for D.dll. I have taken a dependency on A in project B with normal project reference not the dll type reference.When I run the unit tests of B then it...
View ArticleWinUI3 Error: System.EntryPointNotFoundException with Version 17.6.0 of...
I have encountered the following error when I try to run my WinUI3 project.System.EntryPointNotFoundException: 'Unable to find an entry point named 'XamlCheckProcessRequirements' in DLL...
View ArticleNuGet CLI list does not show any packages but add & delete work just fine
I have this annoying problem where when I try to list NuGet packages they don't appear. The command I use is:nuget list%NUPKG% -Source "C:\Program Files (x86)\Microsoft SDKs\NuGetPackages"But the...
View ArticleNuget Package cannot resolve dependencies. How to add all the dependent...
I have a project structure like this-I have created a NuGet package with Project A but when I use this Nuget 'Project A.nupkg', I get an error - Cannot find dependencies 'Project C.dll'.Project...
View ArticleIs it possible to use GeneratePathProperty from nuget package installed in a...
I've a c# solution with 2 projects in .net framework 4.8: ProjectA and ProjectB.ProjectA has installed a nuget package, called NugetPackageInternal package that exports a contentFile:...
View ArticleAzure function. 'Could not load type...
I'm trying to run an Azure Function v4 from Visual Studio, I know the function is correct because it works correctly in other computers from the same repo. I already removed and Clone the solution but...
View Article