-
Running `dotnet new Farmer` results in the following fsproj:
```
Exe
netcoreapp3.1
```
Running a `dotnet restore` results in:
```
C:\dev\…
-
Now when we have [wiki](https://github.com/Azure/azure-functions-templates/wiki/Using-the-templates-directly-via-dotnet-new) on how to create Functions with `dotnet new`, I have some questions:
1. …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
signing in on the HttpContext with CookieAuthentication and an ClaimsPrincipal without claims…
-
We should warn during the following commands when there are pending model changes that can be added to a new migration.
* ~Update-Database (dotnet ef database update)~ done in https://github.com/dotn…
-
**What content needs to be created or modified?**
While the documentation at [https://github.com/dapr/dotnet-sdk/blob/master/daprdocs/content/en/dotnet-sdk-docs/dotnet-actors/dotnet-actors-serializat…
-
Problem encountered on https://dotnet.microsoft.com/en-us/learn/maui/first-app-tutorial/run
Operating System: windows
Hi,
I have installed VS 2022 17.11.1 and the .NET five Desktop & Mobile componen…
-
**Steps to reproduce the issue:**
1. Create the `DockerClient` that use connection via SSH
```c#
using Docker.DotNet;
DockerClient client = new DockerClientConfiguration(
new Uri("ssh://user@…
-
Related to https://github.com/dotnet/aspire/issues/5207
- [EnsureDatabaseAsync](https://github.com/dotnet/aspire-samples/blob/main/samples/DatabaseMigrations/DatabaseMigrations.MigrationService/Api…
-
### Description
Per https://learn.microsoft.com/dotnet/core/porting/versioning-sdk-msbuild-vs#targeting-and-support-rules, 9.0.100 requires 17.11 to target net8 and below and requires 17.12 and above…
-
As I developer of a module I would like to be able to `dotnet new simplcommercemodule` on command line to generate a `Razor class library` and any files needed to initialize a module.
#### Razorcla…