Error running exe in .net 8.0, dll runs fine
Having a problem running an .net 8.0 executable from the command line (pwsh) on a specific server.
dotnet foo.dll works but just calling the exe fails
Having a problem running an .net 8.0 executable from the command line (pwsh) on a specific server.
Getting an error for moq : Can not instantiate proxy of class
`I’m writing a unit test using Moq for the first time, and I’m encountering an error related to the constructor. I’m trying to get my unit test to work, but I’m stuck at this point. Below is the full code for my unit test and error i am getting
System.Diagnostics.EventLog.dll is both a Nuget package and in the Desktop runtime
I’m working on the installer for a .NET 8.0 Windows Desktop app. Do I need to add this DLL in my installer?
Running dotnet core from command line using dotnet run gives errors while running from the visual studio it runs succesfully
Here are the errors :
NU1202 Package AutoMapper 13.0.1 is not compatible with net80 (.NETFramework,Version=v8.0). Package AutoMapper 13.0.1 supports: net6.0 (.NETCoreApp,Version=v6.0)
Converters does not contain a definition for ‘convert’
Good day, I am working to convert a xlsx file to pdf using syncfusionPDF, in a blazor application.
.NET Core best way to sync properties data between two entities
I have .NET Core app with .NET Identity + Entity Framework Core.
methods are deprecated Rfc2898DeriveBytes, AesCryptoServiceProvider
I have an encryption code in dotnet 8.0. the following methods are deprecated Rfc2898DeriveBytes, AesCryptoServiceProvider. Can you tell me about alternative methods that are not deprecated?
.net core json response differences chrome firefox
I wrote a minimal web api
it contains below code
How do I read Browser information in .Net Core 7?
I have the following piece of VB code from an ASP.NET MVC 5 application that is being ported to .Net Core 7 using C#: