Is there any Package managers and virtual env managers for c#?
I've searched throw many resources and only found about NuGet package manager.So question is: is there any virtual env(like Python venv, pipenv or virtualenv) managers for C# ?
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 ArticleI am getting the following error while generating charts in RDLC report using...
**Could not load file or assembly 'System.Windows.Forms, Version= 4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. The system cannot find the file specified. **I am getting this error while...
View ArticleUpdate all Nuget Packages to latest version compatible with specific dotnet...
Currently I have a project consisting of numerous dotnet 3.1 applications / libraries, and we are in the process of upgrading them to dotnet 6 (latest dotnet version with LTS)Upgrading to dotnet 7 is...
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 ArticleLocalization not working in .NET Maui Android project in combination with...
I have 2 projects:A library project (Home.BudgetPlanner.Data) containing some resource files with strings in the folder Localization. For example: TransactionType.resx and TransactionType.nl-BE.resx...
View Article.Net C# Reference a 3rd party JS library without using Nuget PM
In my ASP.Net (C#) project, I'd like to a 3rd party JS library heatmapper however this is library that can't be downloaded using Nuget Package Manager so to use it in my project I had to copy the code...
View ArticleBuild NuGet package from ASP NET Core project
I have solution with four projects:FAPIServer.StorageFAPIServerFAPIServer.EntityFrameworkFAPIServer.WebThe 1, 2 and 3 are library project and the last 4 is ASP NET Core project. I planned that if I...
View ArticleCS0433 The type 'type' exists in 'ProjectA' and 'ProjectB'
I have a solution made with .NET Framework 4.7 (c#) in which we have 2 projects that contain the same partial class within the same namespace, those projects are packaged on a nupkg.From now on we will...
View ArticleBlazor WebApp, Blazored.TextEditor events not working
I'm using Blazored.TextEditor component and I need to know if the user is typing something and when he stopped. I found on the github three events, one of them being OnTextChange and it would work...
View ArticleGetting Error Cannot find any .csproj or .fsproj file for your project!...
I have just installed nuget package manager and using nugent package manager I am trying to install Selenium Web Driver for the first time, but i am getting the error "Cannot find any .csproj or...
View ArticleWhy is my project still trying to access a NuGet package from the GAC after I...
In short, when rebuilding my solution, the compiler is trying to find a NuGet package I no long want to use. How can I get my solution built and running again?I'm using Visual Studio 2017 with a .Net...
View Articlehow can I fix that problem. I cannot add model
enter image description here how can I fix that problem. I unintalled then installed a new one but it cannot work. I even cannot add controller. Thanks for read my question. Please tell me the answer...
View ArticleMove negut v2 API to negut v3 api
I am trying to install some nuget packages but every time i get this FeedbackSeverity Code Description Project File Line Suppression StateError Failed to fetch results from V2 feed at...
View ArticleHow to get "Size(column value) of Total Commit (Process View)" using...
Is there a way to get 'Size' column of "Total Commit-Process View" (Which is shown in WPA) using "Microsoft.Windows.EventTracing".I am generated ETL file(using WPR), and in the "Size' column of the...
View ArticleOffline Nuget Packages
I need to install Nuget Package ProductionStackTrace, so I use the following commandPM> Install-Package ProductionStackTraceBut when I execute this command I get the following errorThe source at...
View ArticleC# .Net6 - C++/CLI Nuget Package Fails
I am having problems creating a Nuget package for my C++/CLI Visual studio project.I have a .Net6 C# assembly MyNet6Lib, which references my C++/CLI dll MyClrLib.dll, which is also built against .Net6....
View ArticleHow to get the url of a .nupkg file?
I want to download some .nupkg files using my browserIn nuget.org, there are no links to the .nupkg file
View ArticleVisual Studio : NuGet Package Source requires credentials
Visual Studio 2012 > Tools > Options > Package Manager > Package SourcesI add a new Package Source pointing to a myget.org url : http://www.myget.org/F/myfeed/VS > Tools > Library...
View ArticleHow to rename a package after exporting it from vcpkg to nuget?
I have exported a package from vcpkg to nuget using this command: vcpkg export wtl —nugetI now wanted to rename this vcpkg-export--.1.0.nuget file to a meaningful one. How can I do it?A rename on...
View Article