Code generators to speed up development.
Перейти к файлу
dotnet-maestro[bot] 15f19cdd82
Update dependencies from https://github.com/dotnet/arcade build 20240912.1 (#2962)
2024-09-13 06:25:20 -07:00
.github
eng Update dependencies from https://github.com/dotnet/arcade build 20240912.1 (#2962) 2024-09-13 06:25:20 -07:00
scripts
src
test
.editorconfig
.gitattributes
.gitignore
All.sln
CODE-OF-CONDUCT.md
Directory.Build.props
Directory.Build.targets
Directory.Packages.props
LICENSE
MSIdentityScaffolding.slnf
NOTICE.txt
NuGet.config
README.md
Scaffolding.slnf
azure-pipelines-codeql.yml
azure-pipelines-pr.yml
azure-pipelines.yml
build.cmd
build.sh
global.json Update dependencies from https://github.com/dotnet/arcade build 20240912.1 (#2962) 2024-09-13 06:25:20 -07:00
start-code.cmd
startvs.cmd

README.md

Scaffolding

This repository contains the code for the following features.

ASP.NET Scaffolding

ASP.NET scaffolding: this can be used to generate boilerplate code for web apps to improve developer productivity

For more info on ASP.NET scaffolding, see the scaffolding readme here at README

dotnet msidentity

This is a .NET tool which can be used to configure ASP.NET Core projects to use the Microsoft identity platform. The tool can be used to configure ASP.NET Core projects to authenticate with the Microsoft identity platform.

For more info on the dotnet msidentity tool, see the readme here at README

Reporting security issues and bugs

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

These are some other repos for related projects:

Code of conduct

See CODE-OF-CONDUCT