- 6月 21, 2022
-
-
由 Doug Bunting 创作于
- see discussion starting at <https://github.com/dotnet/aspnetcore/pull/41855#issuecomment-1159030492> - short answer: wildcards do not work in artifact paths
-
https://github.com/dotnet/efcore由 dotnet-maestro[bot] 创作于
dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools From Version 7.0.0-preview.6.22320.1 -> To Version 7.0.0-preview.6.22320.2 Co-authored-by:
dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
-
https://github.com/dotnet/efcore由 dotnet-maestro[bot] 创作于
dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools From Version 7.0.0-preview.6.22317.1 -> To Version 7.0.0-preview.6.22320.1 Co-authored-by:
dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
-
- 6月 20, 2022
-
-
由 campersau 创作于
-
由 dependabot[bot] 创作于
Bumps [src/submodules/googletest](https://github.com/google/googletest) from `b1f84bf` to `86add13`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](https://github.com/google/googletest/compare/b1f84bf1763b1010597bff13c79b5388eebdf205...86add13493e5c881d7e4ba77fb91c1f57752b3a4 ) --- updated-dependencies: - dependency-name: src/submodules/googletest dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
https://github.com/dotnet/arcade由 dotnet-maestro[bot] 创作于
[main] Update dependencies from dotnet/arcade
-
https://github.com/dotnet/runtime由 dotnet-maestro[bot] 创作于
[main] Update dependencies from dotnet/runtime
-
由 James Newton-King 创作于
-
- 6月 19, 2022
-
-
由 David Fowler 创作于
* Fix support for native AOT in minimal - This includes 2 major changes to fix native AOT support in .NET 7. Explicitly rooting the indexers of various binding sources (query, formfile, header, routes). NativeAOT seems a bit more aggressive here. - We avoid the filter optimization that uses generics to avoid boxing. NativeAOT needs to see generic instantiations statically which we cannot do here.
-
https://github.com/dotnet/runtime由 dotnet-maestro[bot] 创作于
[main] Update dependencies from dotnet/runtime
-
由 github-actions[bot] 创作于
Co-authored-by:
Tratcher <Tratcher@users.noreply.github.com>
-
- 6月 18, 2022
-
-
https://github.com/dotnet/runtime由 dotnet-maestro[bot] 创作于
[main] Update dependencies from dotnet/runtime
-
由 github-actions[bot] 创作于
Co-authored-by:
Tratcher <Tratcher@users.noreply.github.com>
-
由 Aditya Mandaleeka 创作于
-
由 Stephen Halter 创作于
-
https://github.com/dotnet/efcore由 dotnet-maestro[bot] 创作于
dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools From Version 7.0.0-preview.6.22316.4 -> To Version 7.0.0-preview.6.22317.1 Co-authored-by:
dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
-
由 Aditya Mandaleeka 创作于
-
由 Safia Abdalla 创作于
* Fix auto-registeration of authN and authZ middlewares * Update tests * Apply suggestions from code review * Spruce up tests
-
由 Gérald Barré 创作于
-
- 6月 17, 2022
-
-
https://github.com/dotnet/runtime由 dotnet-maestro[bot] 创作于
[main] Update dependencies from dotnet/runtime
-
由 Stephen Halter 创作于
-
由 Stephen Halter 创作于
Co-authored-by:
James Newton-King <james@newtonking.com>
-
由 Safia Abdalla 创作于
* Add support for --output option in user-jwts create * Update src/Tools/dotnet-user-jwts/src/Resources.resx Co-authored-by:
Brennan <brecon@microsoft.com> Co-authored-by:
Brennan <brecon@microsoft.com>
-
由 Safia Abdalla 创作于
* Remove generation of schemas in OpenAPI package * Update src/OpenApi/test/OpenApiGeneratorTests.cs Co-authored-by:
Damian Edwards <damian@damianedwards.com> * Update tests Co-authored-by:
Damian Edwards <damian@damianedwards.com>
-
https://github.com/dotnet/efcore由 dotnet-maestro[bot] 创作于
[main] Update dependencies from dotnet/efcore
-
由 campersau 创作于
-
由 Safia Abdalla 创作于
* Fix up user-jwts interactions * Address feedback * Apply suggestions from code review Co-authored-by:
Damian Edwards <damian@damianedwards.com> * Apply suggestions from code review Co-authored-by:
Damian Edwards <damian@damianedwards.com> * Update src/Tools/dotnet-user-jwts/src/Commands/CreateCommand.cs Co-authored-by:
Damian Edwards <damian@damianedwards.com> * Apply suggestions from code review Co-authored-by:
Brennan <brecon@microsoft.com> * Warn on invalid expires on argument combo Co-authored-by:
Damian Edwards <damian@damianedwards.com> Co-authored-by:
Brennan <brecon@microsoft.com>
-
由 campersau 创作于
-
由 David Acker 创作于
* Resolve W3CLoggerProcessor from DI * Avoid using int.ToString for StatusCodes * Add helper methods for finding file names in FileLoggerProcessorTests * Clean up file path variable names * Move log file helper methods into FileLoggerProcessorTests
-
- 6月 16, 2022
-
-
https://github.com/dotnet/runtime由 dotnet-maestro[bot] 创作于
[main] Update dependencies from dotnet/runtime
-
由 campersau 创作于
* Support binding parameters to type Uri in Minimal Actions * Add comment regarding UriTypeConverter UriKind.RelativeOrAbsolute
-
由 Damian Edwards 创作于
* Diff TestGroupName for project templates tests * Update Build.props * Fix embedded resource name
-
由 Damian Edwards 创作于
-
由 dotnet-maestro[bot] 创作于
[main] Update dependencies from dotnet/runtime dotnet/efcore
-
由 Ivan Diaz Sanchez 创作于
(Corrected) Generate Full Composite Images of .NET and ASP.NET Bundled Together
-
- 6月 15, 2022
-
-
由 Damian Edwards 创作于
* Updated http/https profile definitions in project templates * Update all project tests to cover http/https profile creation * Normalize on inferred array types * Moved ProjectTemplate.Tests to sub-dir * Split out project templates test projects to reduce Helix job run time Fixes #42138
-
https://github.com/dotnet/efcore由 dotnet-maestro[bot] 创作于
[main] Update dependencies from dotnet/efcore
-
由 James Newton-King 创作于
-
由 William Godbe 创作于
-
由 Tanay Parikh 创作于
-