Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
41 views

I would like to be able to read a value from a registry key on Windows in .NET 5. All resources suggest to simply add using Microsoft.Win32; but I am unable to build. When attempting to build the ...
chandler's user avatar
  • 179
2 votes
1 answer
51 views

I have an ASP.NET Core 5 Web API that constructs a SOAP request, signs portions of it with XML Digital Signatures (RSA-SHA256, Exclusive C14N), and sends it to a remote SOAP service. The request ...
Imran's user avatar
  • 21
1 vote
1 answer
89 views

I have a problem with ASP.NET Core 5. When I use asp-area as the example below: <form asp-area="Admin" asp-controller="User" asp-action="Register"> The generated ...
Ali Sedghi's user avatar
1 vote
1 answer
148 views

I have a C# project that uses protobufs, but I need to backport it (under duress) to .NET 5.0. When I do so, the compiler says /myproj/path/Protos/obj/Debug/net5.0/Protos.GlobalUsings.g.cs(2,1): error ...
Grant Birchmeier's user avatar
0 votes
0 answers
82 views

I’m having trouble getting XML files to work with my .NET 5 app on Linux. The code just crashes when I try to load an XML file — no exceptions, no warnings, just a hard fail. Here's some code: ...
bleat interteiment's user avatar
0 votes
1 answer
107 views

I have configured NLog (5.3.4) in my ASP.NET Core project (.NET 5.0) and am using ILogger from Microsoft.Extensions.Logging which is injected through DI. Now I'm logging messages with parameters like ...
bleat interteiment's user avatar
0 votes
1 answer
70 views

So I am currently building an ASP.NET WEB API with .net5 (I am working as an intern in a company where we only have .net5 apps unfortunately). To make it short, I have a "Component" table in ...
Vroum's user avatar
  • 3
1 vote
1 answer
49 views

Anyone got a problem on upload on s3 that the file uploaded is corrupted. Uploaded Sample Preview: 00000000 31 34 30 30 30 3B 63 68 75 6E 6B 2D 73 69 67 6E 14000;chunk-sign 00000010 61 74 75 72 65 ...
Angelica's user avatar
  • 317
0 votes
1 answer
206 views

I've generally released applications on .NET Framework 4.8 on IIS and have never had the problem I'm having with this ASP.NET Core 5.0 application. In Startup.cs, I have: app.UseStaticFiles(); app....
RED's user avatar
  • 13
0 votes
0 answers
24 views

Created .Net 5.0 EXE using Graph API. Since 5.0 is outdated, server got upgraded to .Net 8.0. So we also changed the Target Framework of the exe to 8.0. When we execute the exe in Windows Server 2019, ...
Akila's user avatar
  • 25
1 vote
1 answer
105 views

I've the below method to get user group data. The list of ids I am passing as follows: Input: var list = new List<int> { 1002, 1004, 1006, 1008 }; Method: public async Task<ResponseBase> ...
user8512043's user avatar
  • 1,177
0 votes
1 answer
270 views

I've a project that uses CsvHelper package to parse excel file. Unfortunately I came into a condition where I've to ignore comma as delimiter that CsvHelper does by default I believe. The data in a ...
user8512043's user avatar
  • 1,177
0 votes
2 answers
239 views

I've a base class User that's used by EF Core and here's the configuration for that as follows: public class UserConfiguration: IEntityTypeConfiguration<User> { public void Configure(...
user8512043's user avatar
  • 1,177
-2 votes
2 answers
95 views

I have situation where i have a dictionary of type Dictionary<string, List<int>> . I would like to apply sting.Join to it, I would like to have data displayed like: "abc1:1,2,3,4,abc2:...
user3085082's user avatar
0 votes
0 answers
390 views

I am trying to create users from ASP.NET Core 5 Web API project for Auth0, was going through this official doc to make it work - Create User. Everything looks good through I am continuously getting ...
user8512043's user avatar
  • 1,177

15 30 50 per page
1
2 3 4 5
204