Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
14 views

Any pitfalls in upgrading a WPF application from .Net 6 to .Net 8?

We're looking to upgrade some large WPF solutions from .Net 6 to 8, and my understanding is that the process should be straightforward (changing the projects' target framework). But are there any ...
Andrew Stephens's user avatar
0 votes
0 answers
11 views

IRequestExceptionHandler fails to be properly resolved while response type is generic

Inspired by https://code-maze.com/csharp-global-exception-handling-for-mediatr-requests/ Using MediatR is it possible to create a generic RequestExceptionHandler for any and all requests? I was trying ...
user2184057's user avatar
0 votes
0 answers
9 views

Blazor WebAssembly in Docker: Client Shows 'This page isn’t working right now' Error

I have a project with two parts: a server using ASP.NET Core Web API and a client using Blazor WebAssembly (PWA). I'm trying to containerize both parts using Docker. While the build and run processes ...
Keshish's user avatar
  • 13
0 votes
0 answers
41 views

.NET Core: 'The SSL connection could not be established, see inner exception' error when using a .cert file

I am trying to call a service with .NET Core. At first, I used a .cer file, but it was not working. I tried to set ServerCertificateCustomValidationCallback as shown here, I tried everything like ...
BilalMr's user avatar
  • 337
0 votes
0 answers
17 views

System.Net.Http.Json is not taking Fields into account when serializing or deserializing to JSON [duplicate]

When trying to Serialize a model which has data stored in fields System.Net.Http.Json is outputting an empty JSON Object. It works only when I use property with getters and setters. I tried looking ...
Jai dewani's user avatar
0 votes
0 answers
24 views

How to convert .NET DateTime to kafka Timestamp & Date types [duplicate]

I need to convert .NET DateTime fields to the corresponding Kafka Java types as declared on the Java library before producing messages to Kafka. How to convert a .NET DateTime to Kafka Timestamp & ...
chsakell's user avatar
  • 150
0 votes
1 answer
46 views

How to update 100 of NuGet Package which is Vulnerable, Deprecated and Older version that is compatible with current code when Major Version Change [closed]

There are 150+ NuGet Package and some are Vulnerable, Some are Deprecated and most of the are not older version. I am updating NuGet Package one by one and see any incompatible issue arises. if any ...
user3497702's user avatar
0 votes
0 answers
30 views

C4642 Warning in C++ CLR Library (DLL) with Winform (.Netcore8)

I am getting this warning in my C++ CLR DLL with Winform in .NetCore 8 warning C4642: 'IHandle': could not import the constraints for generic parameter 'THandle' warning C4642: 'HandleRef': could not ...
user2300947's user avatar
0 votes
0 answers
46 views

Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=*' or one of its dependencies

I have a C#(Business Logic) and .NET Core project. It was working fine on windows server 2012. I have updated the operating system to windows server 2022. Now I am facing this problem on all the ...
Mehdavi5's user avatar
  • 161
0 votes
0 answers
13 views

Updating Nuget related Unity to latest cause error on WebAPIConfig Registration

There is an .Net solution that contains .Net 4.7.1 MVC Web App and .Net Core 8.0 Library and Web API. Updated Unity and its related NuGet PAckage as given below. Unity.5.8.5 -> Unity.5.11.10 and ...
user3497702's user avatar
0 votes
1 answer
81 views

How to loop through Inner list of object

I have a need where I need to loop through sublist of each class. public Class A { public int IdA {get;set;} public string Name {get;set;} public List<Class B> Items {get;set;} } public Class ...
Dev's user avatar
  • 25
-1 votes
0 answers
22 views

how can we take setup.exe build (dotnet project) in AZURE CI CD Pipeline? [closed]

this is the tools default we used but no executable files are not available actually, we taking the build-in vs code 2019 manual build steps are creating a new project and assign a setup wizard then ...
mani vasagan's user avatar
0 votes
1 answer
39 views

Azure .NET List Blobs in Container Matching Folder Directory

I have a URL for an Azure Container (i.e. https://<redacted>.blob.core.windows.net/<redacted>?sp=r&st=202*-**-**T18:56:55Z&se=202*-**-**T03:56:55Z&spr=https&sv=202*-**-**&...
James's user avatar
  • 511
3 votes
1 answer
158 views

Use of NETStandard 2.0 in NET 8.0 project, conflicts with NETStandard 2.1

I have migrated to NET 8.0 all my NET 4.6.2 projects, except one that's a VTSO Add-in project (Office). Since Web Office addins is the only option offered in NET Core and doesn't have all the features ...
Bru's user avatar
  • 59
1 vote
1 answer
54 views

Cannot run .NET Core application on Linux in Azure App Services with linuxFxVersion: 'DOTNETCORE:8.0'

When I define my .NET Core application to run on Linux in Azure App Services with linuxFxVersion: 'DOTNETCORE:8.0' and reserved: true, I keep getting HTTP 404 responses from Nginx. The application ...
Shuzheng's user avatar
  • 12.8k

15 30 50 per page
1
2 3 4 5
490