dotnet-new-ui icon indicating copy to clipboard operation
dotnet-new-ui copied to clipboard

Helps you install and manage project templates while also helping to create projects from templates.

Results 13 dotnet-new-ui issues
Sort by recently updated
recently updated
newest added

Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.23.0 to 5.24.0. Release notes Sourced from release-drafter/release-drafter's releases. v5.24.0 What's Changed New Add release version to github action output (#1300) @​mehdihadeli Bug Fixes fix(release): strip prefix...

maintenance
minor
dependencies

Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.435 to 1.2.0-beta.507. Release notes Sourced from StyleCop.Analyzers's releases. 1.2.0-beta.507 What's Changed Update to StyleCop.Analyzers 1.2.0-beta.435 by @​sharwell in DotNetAnalyzers/StyleCopAnalyzers#3499 Add c# 11 test project to opencover-report.ps1...

dependencies

### Describe the bug On a first-time clone, dotnet cake fails due to missing folder "Frontend/dist" https://github.com/ligershark/dotnet-new-ui/blob/main/build.cake#LL10C41-L10C42 ### Steps to reproduce 1. Clone 2. Run dotnet cake ### Expected behaviour...

bug