Skip to main content

Questions tagged [.net-core]

.NET Core is an open-source successor of the .NET Framework. It can be used in a wide variety of applications and verticals, ranging from servers and data centers to apps and devices. .NET Core is supported by Microsoft on Windows, Linux and macOS.

.net-core
0 votes
0 answers
6 views

Trying to imitate a WCF netpipe host and tap raw messages

For study purpose, I am trying to imitate a WCF pipe service host. I have the following trivial Service definition [ServiceContract] public interface IPipeService { [OperationContract] void ...
user1595443's user avatar
-1 votes
0 answers
13 views

Is there any free Pdf Editor for .NET Core for edit input and checkbox? [closed]

I'm working on a .NET project that needs to fill out PDF forms. My requirement is to fill these forms programmatically on a Linux environment. I've tried using several libraries, but I haven't been ...
Ali's user avatar
  • 21
0 votes
0 answers
10 views

Visual Studio Publish looking for dependent dll in wrong folder

I have a .Net 8 function app (DRIContactServiceUpdate) and a web app (DRIContactManagement) in a single solution. The function app is dependent on the web app. Everything runs fine when I run the ...
USMC6072's user avatar
  • 586
-1 votes
0 answers
20 views

How I can integrate, React client app and ASP.NET Core Web API backend and AD authentication and authorization [closed]

Scenario: React app has AD authentication and same token I wanted to use for .NET Core authentication and role-based authorization.
Ajay Gupta's user avatar
0 votes
0 answers
23 views

How can I create, update separate changelog.md for multiple .csproj projects in a single repository?

There is 1 shared repository (contains .git), pp_shared_lib, which has several projects added to it. It is not possible to separate projects into repositories separate from pp_shared_lib. What are the ...
Ксения Юдина's user avatar
0 votes
0 answers
13 views

Messages in kafka contains weird starting characters in dotnet when consuming

I have a json topic with no schema in kafka, hosted on confluent. When I consume the topic it seems like it has added 0x00 to the beginning of the string or something. Where does that come from and ...
Tomas Jansson's user avatar
0 votes
0 answers
28 views

Reading and decrypting files on MIFARE DESFire EV1 vs EV3 smart cards

I have a problem with reading and decrypting EV1 and EV3 versions of MIFARE DESFire smart cards. I'm using Dot Net 8.0 and C#, both on Windows and Linux, and PCSC sharp. If I read and decrypt EV3 card ...
Slavek's user avatar
  • 1
0 votes
0 answers
24 views

Pairing Linux hiddev file with specific device in .NET C#

On my Linux system I have 2 hiddev files (there could be more in the future): > ls /dev/usb hiddev0 hiddev1 lp2 And I have a bunch of USB devices: > lsusb Bus 001 Device 001: ID 1d6b:0002 ...
Shaggydog's user avatar
  • 3,708
0 votes
1 answer
32 views

Update a .NET Framework app to .NET Core. It's a VB.NET Windows service

I have a somewhat old .NET 4.7 Windows service written in VB.NET. I would like to bring this up to .NET Core 8.0, but the upgrade wizard doesn't seem to want to deal with a lot of the work and I can't ...
HPD71's user avatar
  • 1
1 vote
0 answers
12 views

Azure Signal R - Not acting as backplane as expected - cannot send message to specific user if not connected to same server

So we implemented Signal R on ASP.NET Core and used single server at first due to limitations with scaling using default scenario not serverless We discussed on implementing backplane or using Azure ...
collin gilmore's user avatar
0 votes
1 answer
36 views

How to bind json data to FromBody Dto in ASP.NET Core Web API?

In my ASP.NET Core Web API, when I call a method that is a HttpPost and receives a DTO object in FromBody, and sends extra fields that are not in SourceUrlDto, I fail during binding on the code side. ...
Ahmet Kalem's user avatar
0 votes
0 answers
22 views

Steam Open Id ASP.NET Core cookie not found error

I am developing a Web API application, I want to enable authorization via steam. After logging in on the site, I get an error: statusCode: 500 An error was encountered while handling the remote login ...
Мэйби Бэйби's user avatar
-1 votes
0 answers
15 views

Can i run .Net 8 runtime on CentOS?

I want to deploy a .net core app with .net 8 on a linux VPS that is running CentOS V7.9. I can't find any way to install .net 8 runtime. Is there any other way of hosting a .net 8 app on that kind of ...
Kristian Valečić's user avatar
0 votes
1 answer
39 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
1 answer
13 views

Unhandled exception. Amazon.JSII.Runtime.JsiiError: Child process exited unexpectedly

I'm trying to walk through the CDK sample tutorial and getting an error, please advice. steps: cdk init app --language csharp dotnet build src cdk synth or cdk list Unhandled exception. Amazon.JSII....
Vitalii Ivanov's user avatar

15 30 50 per page
1
2 3 4 5
3029