-
### Environment
* Basic framework: .NetCore 2.2
* Abp package version: AspNet Boilerplate 4.6
* Other: Identityserver4
### Project structure
* abp-server : Identity authentication server
* abp-c…
-
Hi
I'm trying to run a simple code to print Hostname using static class Dns.(using System.Net)
/_string HostName = Dns.GetHostName();
Console.WriteLine("Host Name of m…
-
### Environment
* Basic framework: .NetCore 2.2
* Abp package version: AspNet Boilerplate 4.6
* Other: Identityserver4
### What i want to do
I have two ABP projects, called **_ABP-client-1_** a…
-
### Describe the bug
The "dotnet watch run" process crashes (exited with error code 132) when using chrome through https://localhost:5001.
### To Reproduce
It takes a few code changes and…
-
### Is your feature request related to a problem? Please describe.
In WebSocket API in Amazon API Gateway, the Gateway handles the websocket $connect, $disconnect and routing. This is a similar idea …
-
## Steps to reproduce
Starting a Linux-based WebApi with systemd:
\# **sudo systemctl start kestrel-wolverine.service**
On command line this works (in current directory of dll):
$ dotnet Wolveri…
-
I'm using C# version with Http plugin.
I developed some load tests for my project. Locally works perfectly. On CI/CD doesn't work.
Here is PR: https://github.com/lkurzyniec/netcore-boilerplate/p…
-
Right now I'm trying to write load test for POST method. My API returns some validation errors. When executing nbomber with `.RunTest()` there is no way to check the messages of any single response. B…
-
## Issue Description ##
I receive many error on messages as :
```
Error: "/home/xarkam/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Wor…
-
## Background and Motivation
In recent years, .NET has established itself in the gaming world. Many game engines like Unity or CryEngine use .NET for scripting entity components and other gameplay re…