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 Add backport workflow (#2789) 2024-06-04 18:58:57 -07:00
eng Update dependencies from https://github.com/dotnet/arcade build 20240912.1 (#2962) 2024-09-13 06:25:20 -07:00
scripts targeting both net8.0 and net9.0 for src\dotnet-scaffolding (#2948) 2024-09-05 20:31:42 -07:00
src add `blazor-identity` to `dotnet-scaffold-aspnet` (#2953) 2024-09-07 16:13:54 -07:00
test update dependencies and separate versioning for dotnet-scaffolding (#2952) 2024-09-04 20:48:24 -04:00
.editorconfig changed license from Apache 2.0 to MIT (#2383) 2023-04-19 15:23:28 -07:00
.gitattributes Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:34:43 -07:00
.gitignore Scaffolding Arcade Migration (#1118) 2019-10-29 11:53:29 -07:00
All.sln refactoring dotnet-scaffolding part 2 (#2902) 2024-07-31 06:42:50 +00:00
CODE-OF-CONDUCT.md Updating the readme (#1539) 2021-03-29 11:49:23 -07:00
Directory.Build.props added NOTICE.txt file to project root (#2822) 2024-06-24 11:26:55 -07:00
Directory.Build.targets Scaffolding Arcade Migration (#1118) 2019-10-29 11:53:29 -07:00
Directory.Packages.props remove 'Microsoft.DotNet.ProjectModel' and bump NuGet.* deps (#2944) 2024-09-03 14:04:11 -04:00
LICENSE changed license from Apache 2.0 to MIT (#2383) 2023-04-19 15:23:28 -07:00
MSIdentityScaffolding.slnf move projects out of `tools` folder (#2778) 2024-05-31 01:46:28 -04:00
NOTICE.txt added NOTICE.txt file to project root (#2822) 2024-06-24 11:26:55 -07:00
NuGet.config adding 'dotnet-scaffold' (#2727) 2024-05-08 17:39:56 -04:00
README.md changed namespace to Microsoft.DotNet.MSIdentity (#1553) 2021-04-15 11:34:45 -07:00
Scaffolding.slnf move projects out of `tools` folder (#2778) 2024-05-31 01:46:28 -04:00
azure-pipelines-codeql.yml removed codeql from pipeline, new one for codeql (#2107) 2022-11-16 13:02:17 -08:00
azure-pipelines-pr.yml Change PR builds to use macos-13 image (#2776) 2024-05-30 05:51:12 -07:00
azure-pipelines.yml Remove -pt images which are no longer available 2024-05-06 11:39:37 -07:00
build.cmd Scaffolding Arcade Migration (#1118) 2019-10-29 11:53:29 -07:00
build.sh Scaffolding Arcade Migration (#1118) 2019-10-29 11:53:29 -07:00
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 Add helpful dev-time scripts 2024-05-08 11:38:09 -07:00
startvs.cmd Add helpful dev-time scripts 2024-05-08 11:38:09 -07:00

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