-
does this have to rely on Paket, is it available as a dotnet template for mvc? that would be great
```
dotnet new efcore-mvc --language f#
```
and also
```
dotnet new efcore-saturn --lang…
-
Provide .NET Core template for building external scalers.
Starting a new external scaler should be dead simple:
```cli
> dotnet new keda-scaler
```
https://docs.microsoft.com/en-us/dotnet/cor…
-
The `common` pipeline variable template always references the secrets variable group. However, not every pipeline using the internal template needs this secrets variable group:
https://github.com/d…
-
### Description
When migrating our app from Xamarin.Forms to .NET MAUI we noticed that for most of our CollectionViews the performance when scrolling was worse.
When new views appeared the Colle…
-
Cross post from https://github.com/dotnet/aspnetcore/issues/57181
I couldn't find a Visual Studio Github to report this, but basically the out of the box dotnet templates that most dotnet developer…
-
### Context
In net 9.0 we delivered initial preview of BuildCheck feature.
* Spec: https://github.com/dotnet/msbuild/blob/main/documentation/specs/BuildCheck/BuildCheck.md
* Work track: https://g…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
In the original ASP.Net Core/Angular templates, proxying was done in the back-end, while in t…
-
https://rehansaeed.com/custom-project-templates-using-dotnet-new/
-
dotnet/maui has a property they use for template precedence/identity: https://github.com/dotnet/maui/blob/074554dfd2db8d918a00c014ab3de72ab89398b1/src/Templates/src/templates/maui-blazor/.template.con…
-
### Product
dotnet CLI (dotnet new)
### Describe The Bug
I want to test if my templates are valid in CI/CD. I thought i could install the template in the workflow and it would fail if there a…