-
@tznind this is awesome!
Is there a way to make this part of the Terminal.Gui lib so this would work:
```powershell
dotnet new --install Terminal.Gui.templates
```
?
Or, did you name it…
-
Hello,
I'm experiencing an issue on xrdp-based client. The logs and the file contents are the same of what I described in the following issue ticket https://github.com/neutrinolabs/xrdp/issues/2572
…
-
_From @ccic on Wednesday, May 29, 2019 2:00:48 AM_
## Steps to reproduce
Install dotnet core nightly build 3.0.100-preview6-012026 on Ubuntu 16.04.4 LTS.
"OpenSSL 1.0.2g 1 Mar 2016" or "OpenSSL …
-
#### DESCRIPTION
I have created a solution. which have 2 projects,
1. `Project A` (WebAPI) - .NET 6.0
2. `Project B` (Class Library c#) - .NET 6.0
Now what happed is my DbContext is in the `Proj…
-
### Description
When I attempt to build my application, there is an error coming from crossgen2. I get a different error with dotnet7 preview 5 vs preview 6. Both errors smell like SIGSEGV, and bot…
-
### Describe the bug
Deploying a net 6.0 application on Linux trying to connect to a MS SQL server fails with the following exceptions when the 'Portable' runtime is selected during the build/publish…
-
-
When I try to build a migration script locally on my machine, it works fine. However, in VSTS Build, I get a strange exception:
```
Exception message:
The migration 'ΓÇôp' was not found.
Stack…
-
When trying to create a new Migration in Visual Studio 2019
add-migration SomeMigrationName
this throws an error. "add-migration : The term 'add-migration' is not recognized as the name of a cmd…
-
I'm using the Identity Server 6 Quickstart as an IDP. I've secured an MVC and a Web Forms app with it (IdentityServer is .Net Core but no other sites are). I've also secured an API (wirtten in MVC/Web…