Microsoft.DotNet.Arcade.Sdk
From Version 10.0.0-beta.24529.1 -> To Version 10.0.0-beta.24530.1
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* slowly adding telemetry events
* missing a couple events, not registering correctly though.
* hashing CommandInfo.CommandName in CommandExecuteTelemetryEvent
* adding telemetry events for 'Validate' steps. These will all be combined one of these days.
* fix namespaces
* adding WrappedAddPackagesStep for dotnet-scaffold-aspire
* minor fixes
* PR feedback, adding 'isPII' support
* PR fixes 2
* Update dependencies from https://github.com/dotnet/arcade build 20241025.3
Microsoft.DotNet.Arcade.Sdk
From Version 10.0.0-beta.24523.3 -> To Version 10.0.0-beta.24525.3
* Update dependencies from https://github.com/dotnet/arcade build 20241027.1
Microsoft.DotNet.Arcade.Sdk
From Version 10.0.0-beta.24523.3 -> To Version 10.0.0-beta.24527.1
---------
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* supporting scaffolders having multiple categories
* updated IScaffolder interface to use IEnumerable
* small fix
* hashing the category related telemetry values.
Microsoft.DotNet.Arcade.Sdk
From Version 10.0.0-beta.24515.3 -> To Version 10.0.0-beta.24522.1
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* updated and fixed blazor-identity templates
* more minor changes, adding ProjectModifierHelper.ApplyReplacementsOnFileOnDisk
* adding back missing snippets
* minor changes
* Initial Pieces
* initializing common properties, and first time banners correctly
* tracking telemetry in the CommandExecuteStep
* minor changes
* adding first time telemetry notice to StartupFlowStep, also using FirstTimeTelemetrySetupStep in both first party tools, minor changes
* minor fixes.
* addressing PR feedback
* using InMemoryChannel for TelemetryClient, and waiting on telemetry task
* adding IFirePartyToolTelemetryWrapper
---------
Co-authored-by: Tim Mulholland <timulhol@microsoft.com>
Microsoft.DotNet.Arcade.Sdk
From Version 10.0.0-beta.24504.4 -> To Version 10.0.0-beta.24510.1
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* minor Blazor Identity fixes (#2997)
* updated ProjectModifierHelper.ModifyDocumentText
* use ignore case extension for the 'Contains' check.
* more small fixes
* added files, not working yet
* templates good right now, taking care of nullability now
* looks all good now, getting the PR out soon.
* minor fixes
* minor fixes
* added TODOs