After Cloning project the Error System.IO.DirectoryNotFoundException:...
After cloning project i got this error, the path that's shown in error is the user ("Graceful") of previous systemSystem.IO.DirectoryNotFoundException:...
View ArticleGetting error when using GitHub Actions to push the nupkg to my GitHub packages
Question:Im getting a "Specified source 'github' is invalid" error when trying to build and push a NuGet package to GitHub nuget Packages. Does anyone know why? or, what the source should be, I cant...
View ArticleHow to use MethodDecorator.Fody Decorator in another project
I used Fody Nuget package as followsInstall packagePM> Install-Package MethodDecorator.FodyDecorate the methodpublic class BusinessLayerClass{ [LogMethod] public string BusinessLayerMethod() {...
View ArticleGetting "403 : forbiden" on Team Founation Server over API Remote access
I am trying to update my test results using the Microsoft.TeamFoundationServer.Client nuget package.Hence, I am using c# code.I connect to our server using Personnal Access Token (PAT) having full...
View ArticleLimiting Project Dependency on Third Party NuGet Packages [closed]
I am building an Api application using ASP.NET Core. For validations, I started using FluentValidations instead of DataAnnotations. When it came to documenting my Api based on OpenSpecifications, I am...
View ArticleHow do i update-database using Add-Migration on Nuget command?
Each time i am trying to use my Nuget Package Console to do Scaffold-DbContext i am getting this exception and cant seem to pass it. Please help me to resolve it.Update-Database& : File...
View ArticleAre my NuGet packages compatible with .NET Core?
I was introduced to c# and visual studio yesterday and I know this is a very simple question. But we are porting code from .NET framework to .net CORE. My job is to install packages/libs that were...
View ArticleDifference between Reference, Template, and a NuGet package?
What is the difference between a NuGet package, a Reference (is reference similar to a tool?), and a template in Visual Studio?Why do we need them?What is done / changed in our project when we install...
View ArticleHow do I understand changes across different versions of System.* NuGet...
I've got a .NET Framework 4.7.2 application, and am using the .NET CLI tooling and SDK-style projects, and have been happily building my application for some time.After doing the appropriate...
View ArticleHow do i get my Azure DevOps release pipeline to get artifacts from Azure...
Im using Azure DevOps and have setup a "Release" pipeline, not a "Build" pipeline, and I want Release Pipeline to get is Artifacts from my Azure Storage Accounts.The Artifacts have already been built...
View ArticleGenFu Nullable DateTime Issue
I am very new to GenFu (using ver 1.6.0) and any help getting started would be appreciated. I can get GenFu to generate data for nullable fields. But, for a "DateTime?" field, I would like to further...
View Articlewhat is difference between microsoft.aspnetcore.signalr.client and...
There are two nuget packages for SignalR client:Microsoft.AspNetCore.SignalR.Client and Microsoft.AspNetCore.SignalR.Client.Core.Both ASP.NET Core, but I can't find any information why they both...
View ArticleError for nuget package manager in Visual Studio
The Visual Studio folder was removed and I reinstalled it in another folder, then for XML or XAML projects, this error appears:
View ArticleHow to deserialize string with json.net - are there two versions of the library?
I want to deserialize a string (json) to an object (i'd like dynamic).I use monodevelop and nuget packagesI have been looking for Json.net but also found Newtonsoft.Json.And I could make a JArray by...
View Articlelooking for usage example of dataflow client for c# (nuget) - running job by...
I have a working code to load data to bigtable by dataflow-template by http request.I want to change it to work with the nuget client library for c#, but I can find any example, and the refernce is not...
View ArticleNuget pacakage (Microsoft.EntityFrameworkCore.SqlServer) can not found
I'm trying to add "Microsoft Entity Frame work Core SQL Server" package to my project dependencies(using Visual studio 2019) but its keep telling me package not found every time i search..please is...
View ArticleCLOSEDXML PIVOT: Subtotal per Row
I am creating a pivot table using ClosedXML in VB.Net.Dim ptj = xlWorksheet2.PivotTables.Add("Company", xlWorksheet.Cell(1, 1), xlWorksheet.Range("A1:J"& xlintStartRow -...
View ArticleHow to Json Element is present or not using C# (With Newtonsoft NugetPackages)
I have Json file, where i am trying the parse the data of the json file for database update with some data contions, Currently i want to check an particular element exists or not.In my current Json...
View ArticleHow to use github nuget packages on Visual Studio 2019
I try to learn Github action and packages. So, I create a sample nuget package and successfully created. However I could not use it.I follow this step;Options > Nuget Package Manager > Package...
View ArticlePackageReference, how to change the output path of a copied dll?
in myProject.csproj i have references to some nuget packages like so :<PackageReference...
View Article