Code generators to speed up development.
Перейти к файлу
dotnet-maestro[bot] 9343105fe2
[main] Update dependencies from dotnet/efcore (#2417)
* Update dependencies from https://github.com/dotnet/efcore build 20230516.1

Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.SqlServer
 From Version 8.0.0-preview.5.23265.4 -> To Version 8.0.0-preview.5.23266.1

* Update dependencies from https://github.com/dotnet/efcore build 20230516.2

Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.SqlServer
 From Version 8.0.0-preview.5.23265.4 -> To Version 8.0.0-preview.5.23266.2

* Update dependencies from https://github.com/dotnet/efcore build 20230516.3

Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.SqlServer
 From Version 8.0.0-preview.5.23265.4 -> To Version 8.0.0-preview.5.23266.3

* Update dependencies from https://github.com/dotnet/efcore build 20230517.1

Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.SqlServer
 From Version 8.0.0-preview.5.23265.4 -> To Version 8.0.0-preview.5.23267.1

* Update dependencies from https://github.com/dotnet/efcore build 20230517.2

Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.SqlServer
 From Version 8.0.0-preview.5.23265.4 -> To Version 8.0.0-preview.5.23267.2

* Update dependencies from https://github.com/dotnet/efcore build 20230517.3

Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.SqlServer
 From Version 8.0.0-preview.5.23265.4 -> To Version 8.0.0-preview.5.23267.3

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-05-18 10:10:00 -07:00
.github Update bug_report_scaffolding.md (#2052) 2022-10-24 01:54:28 -07:00
eng [main] Update dependencies from dotnet/efcore (#2417) 2023-05-18 10:10:00 -07:00
scripts Target net6, net7, and net8 (#2346) 2023-03-20 15:39:35 -07:00
src removed unnecessary assemblies (#2405) 2023-05-11 17:06:43 -07:00
test removed unnecessary assemblies (#2405) 2023-05-11 17:06:43 -07:00
tools removed unnecessary assemblies (#2405) 2023-05-11 17:06:43 -07:00
.editorconfig changed license from Apache 2.0 to MIT (#2383) 2023-04-19 15:23:28 -07:00
.gitattributes
.gitignore
All.sln removing unused sample projects, upgrading sdk (#2060) 2022-10-26 14:33:35 -07:00
CODE-OF-CONDUCT.md Updating the readme (#1539) 2021-03-29 11:49:23 -07:00
Directory.Build.props removed unnecessary assemblies (#2405) 2023-05-11 17:06:43 -07:00
Directory.Build.targets
LICENSE changed license from Apache 2.0 to MIT (#2383) 2023-04-19 15:23:28 -07:00
MSIdentityScaffolding.slnf dotnet-aspnet-codegenerator Identity scenario for minimal hosting applications. (#1628) 2021-09-02 21:03:04 -07:00
NuGet.config bump system commandline version (#2205) 2023-01-08 23:33:38 -08:00
README.md changed namespace to Microsoft.DotNet.MSIdentity (#1553) 2021-04-15 11:34:45 -07:00
Scaffolding.slnf dotnet-aspnet-codegenerator Identity scenario for minimal hosting applications. (#1628) 2021-09-02 21:03:04 -07:00
azure-pipelines-codeql.yml removed codeql from pipeline, new one for codeql (#2107) 2022-11-16 13:02:17 -08:00
azure-pipelines.yml update ubunut version in azure-pipelines.yml (#2372) 2023-04-07 12:39:31 -07:00
build.cmd
build.sh
global.json [main] Update dependencies from dotnet/arcade (#2415) 2023-05-18 10:09:08 -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