7.0.0
·
78 commits
to release/7.0
since this release
- only changed version to 7.0, no package/dependecy updates by @deepchoudhery in #1804
- Blazor Wasm: Code Updates and AppSettings updates by @zahalzel in #1805
- code generator: GetTargetsLocation: throw if not found by @yecril71pl in #1734
- Add tracing to Command.Execute by @yecril71pl in #1737
- CodeGeneratorActionsService: trace template by @yecril71pl in #1756
- not throwing exception on invalid bootstrap versions. by @deepchoudhery in #1814
- bump on both preview versions. by @deepchoudhery in #1817
- Update Account.Manage.EnableAuthenticator.cs.cshtml by @danirzv in #1819
- Revert "OnExecute: log inner exceptions (#1751)" by @deepchoudhery in #1821
- Avoid building OSX/Linux in official by @mmitche in #1822
- throwing new mysql exception mssg with no sensitive information. by @deepchoudhery in #1823
- initial 7.0-preview1 + minor indent fix by @deepchoudhery in #1826
- adding InvalidOperationException if Configuration.GetConnectionString by @deepchoudhery in #1830
- Combine logic for modifying class methods and global methods, update Web API code modifier configs by @zahalzel in #1833
- fixed missing NullableEnabled property in the RazorPageModel by @deepchoudhery in #1854
- minimal api endpoints by @deepchoudhery in #1848
- only adding Ef usings when DbContextNamespace is present by @deepchoudhery in #1857
- Add Calls Graph support to Blazor WASM config by @zahalzel in #1851
- Only adding _ViewStart to non blazor projects (identity) by @deepchoudhery in #1866
- updating version for dotnet-msidentity to 2.0.0-preview2 by @deepchoudhery in #1869
- Add Downstream API option for Blazor WASM code modifier config by @zahalzel in #1871
- bump Versions.props to 7.0-preview3 by @deepchoudhery in #1872
- bumping System.Security.Cryptography.X509Certificates version by @deepchoudhery in #1873
- throwing exception if GetConnectionString returns null. by @deepchoudhery in #1876
- Adding Blazor Wasm Hosted scenario by @zahalzel in #1878
- bumped sdk version in global.json by @deepchoudhery in #1881
- Enabling nullable templates by @deepchoudhery in #1887
- bump dotnet-msidentity version by @deepchoudhery in #1890
- adding nullable entity sets by @deepchoudhery in #1891
- using correct entityset variable instead. by @deepchoudhery in #1893
- add missing bracket by @deepchoudhery in #1894
- Add tags to minimalapi endpoints templates by @jongalloway in #1888
- Added support for no top-level statements by @deepchoudhery in #1895
- Fix spacing and bug fix for Minimal Api Scopes code update by @zahalzel in #1901
- adding IdentityHostingStartup file back by @deepchoudhery in #1907
- supporting os version tfm for "-windows" by @deepchoudhery in #1909
- Fixes for parameter updates and code modifier configs for web apps / … by @zahalzel in #1905
- Refactor appsettings.json modification logic by @zahalzel in #1903
- not packaging other runtimes in CG.Design by @deepchoudhery in #1912
- bumping version to 7.0-preview5 by @deepchoudhery in #1914
- added support for sqlite for minimal api scaffolding. by @deepchoudhery in #1915
- fix nullable warnings for new db context template. by @deepchoudhery in #1916
- bump msidentity version by @deepchoudhery in #1920
- forcing version for System.Configuration.ConfigurationManager by @deepchoudhery in #1924
- Fix code update config for blazor wasm by @zahalzel in #1927
- Add service principal when exposing API scopes by @zahalzel in #1931
- Fix default scopes by @zahalzel in #1933
- Fix position of the Logout button near the profile link by @jacob-l in #1913
- fixed identity Program.cs changes by @deepchoudhery in #1940
- Update code modifierconfigs for Blazor Hosted Calls Graph, Calls Downstream API by @zahalzel in #1939
- Update code modifier config for WebForms projects by @zahalzel in #1945
- bumping up NuGet.Packaging to fix vulnerability. by @deepchoudhery in #1947
- previous fix didn't work, using Build.props now by @deepchoudhery in #1949
- bumping up version to 7.0-preview6 by @deepchoudhery in #1951
- bumping msidentity version by @deepchoudhery in #1952
- Updates for console logging by @zahalzel in #1957
- UI changes for identity for .NET 7 by @deepchoudhery in #1966
- AAD B2C updates by @zahalzel in #1961
- updating all source projects to net7.0. by @deepchoudhery in #1969
- [Scaffolding] checking for full model name (includes namespace) when checking for db context type by @deepchoudhery in #1968
- changes for first dotnet-scaffold release by @deepchoudhery in #1971
- bumped both msidentity and aspnet-codegenerator by @deepchoudhery in #1973
- remove dup namespaces for LoginWithfa.cs file by @deepchoudhery in #1976
- Fix B2C Bugs by @zahalzel in #1978
- init. Removed dependency on MSBuildLocator.RegisterDefaults(). by @deepchoudhery in #1983
- Use AdhocWorkspace instead of MSBuildWorkspace by @zahalzel in #1987
- Azure AD B2C Permissions by @zahalzel in #1988
- removed identity config changes adding or checking for app.UseAuthentication by @deepchoudhery in #1994
- Updates for B2C Web APIs and Logging by @zahalzel in #1995
- Minimal api changes by @deepchoudhery in #1986
- bumping up version for 7.0.0-rc1 and 2.0.0-rc1 by @deepchoudhery in #1999
- Fix string bug by @zahalzel in #2001
- checking if endpoints class is static, if not, creating one. by @deepchoudhery in #2002
- Update public pool names by @MattGal in #2003
- fix razor page and controller templates for NullableEnabled by @deepchoudhery in #2008
- fixing controller templates by @deepchoudhery in #2010
- not adding extra whitespace and checking for Main method correctly by @deepchoudhery in #2013
- [MsIdentity] parse csproj file and add tfm(s). by @deepchoudhery in #2016
- adding target for and carrying over project refs. by @deepchoudhery in #2022
- bumped version to 7.0-rc2 by @deepchoudhery in #2023
- adding TestProjectContextWithReferencedModel test by @deepchoudhery in #2028
- Add Susi Policy Id parameter for Code Update by @zahalzel in #2035
- fix minimal api --outDir bug by @deepchoudhery in #2036
- added db.Update(Model) to MapPut by @deepchoudhery in #2038
- rearrange project modifier.cs by @deepchoudhery in #2040
- Update Versions.MSIdentity.props by @deepchoudhery in #2043
- minimal api net7 changes by @deepchoudhery in #2046
- adding option to opt out of typed results and templates changes by @deepchoudhery in #2050
- Update bug_report_scaffolding.md by @vanillajonathan in #2052
- update .NET 7.0 Versions.props by @deepchoudhery in #2056
- bumping NuGetPackagingVersion for security vulnerability by @deepchoudhery in #2057
- Enable Codeql by @vijayrkn in #2059
- removing unused sample projects, upgrading sdk by @deepchoudhery in #2060
- added ProjectContextHelper.GetXmlKeyValue and IProjectContext.CheckNullableVariable by @deepchoudhery in #2061
- Use "-Svc" build pools in release branches (release/7.0) by @MattGal in #2068