-
Notifications
You must be signed in to change notification settings - Fork 242
FI main to release/10.0 #3325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FI main to release/10.0 #3325
Conversation
phenning
commented
Nov 20, 2025
- Merge main to release/10.0
- Set Stable package versions
* Update dependencies from https://github.com/dotnet/arcade build 20250905.5 Microsoft.DotNet.Arcade.Sdk From Version 11.0.0-beta.25453.1 -> To Version 11.0.0-beta.25455.5 * Update dependencies from https://github.com/dotnet/arcade build 20250907.1 Microsoft.DotNet.Arcade.Sdk From Version 11.0.0-beta.25453.1 -> To Version 11.0.0-beta.25457.1 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
add comments to dotnet scaffold
* Update scaffolding package version to RC2 * update DotNetScaffold props
…908.3 (#3205) Microsoft.DotNet.Arcade.Sdk From Version 11.0.0-beta.25457.1 -> To Version 11.0.0-beta.25458.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…909.1 (#3211) Microsoft.DotNet.Arcade.Sdk From Version 11.0.0-beta.25458.3 -> To Version 11.0.0-beta.25459.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Call build.sh/.cmd directly to avoid multiple publish Only call publish from windows debug strategy
…911.3 (#3219) Microsoft.DotNet.Arcade.Sdk From Version 11.0.0-beta.25459.1 -> To Version 11.0.0-beta.25461.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…912.2 (#3224) On relative base path root Microsoft.DotNet.Arcade.Sdk From Version 11.0.0-beta.25461.3 -> To Version 11.0.0-beta.25462.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…917.6 (#3237) On relative base path root Microsoft.DotNet.Arcade.Sdk From Version 11.0.0-beta.25462.2 -> To Version 11.0.0-beta.25467.6 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Update dependencies from https://github.com/dotnet/arcade build 20250918.5 On relative base path root Microsoft.DotNet.Arcade.Sdk From Version 11.0.0-beta.25467.6 -> To Version 11.0.0-beta.25468.5 * Update dependencies from https://github.com/dotnet/arcade build 20250919.3 On relative base path root Microsoft.DotNet.Arcade.Sdk From Version 11.0.0-beta.25467.6 -> To Version 11.0.0-beta.25469.3 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…112.6 (#3313) On relative base path root Microsoft.DotNet.Arcade.Sdk From Version 11.0.0-beta.25560.1 -> To Version 11.0.0-beta.25562.6 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Update `dotnet-scaffold.csproj` * Add template files to project packaging
…der with .NET 10 template (#3291) Co-authored-by: MackinnonBuck <10456961+MackinnonBuck@users.noreply.github.com> Co-authored-by: Mackinnon Buck <mackinnon.buck@gmail.com>
…dependabot-yml Disable AzDO dependabot
macOS-13 is being deprecated per actions/runner-images#13046
* Remove `NavigateTo(\"notfound\")` from Blazor CRUD. * Attempt of adding `NotFoundPage` parameter to `Router.razor`. * Add copilot-made templates that should in theory result in creating `NotFound.razor`. * Fix. * Fix namespace. * Fix replace blocks.
* Update to GA packages * Update other build versions. * Revert aome version updates, remove NU1701 NoWarn * Update Microsoft.Build to highest net8.0 secure compatibile version
fd70e93 to
d2a6cf3
Compare
d2a6cf3 to
db16b3a
Compare
| } | ||
| }); | ||
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: whitespace
| { | ||
| var option = new Option<string>("--tenant-id", "-t") | ||
| { | ||
| IsRequired = false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
trying to understand these IsRequired = false removals. are they false by default?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
False is the default.
|
how did you test the changes to msidentity? |
I just reran through the help and verified all the commands were still there and parsed - I didn't verify core functionality, since it is only the command handling that changed. |
a664ad6 to
7de30a4
Compare
Oh, and we probably wont push the identity tool from this branch since nothing else has changed since last GAed release. |