Граф коммитов

2756 Коммитов

Автор SHA1 Сообщение Дата
Deep Choudhery 028ad0c012
fix event names (#3074) 2024-11-07 21:13:02 +00:00
dotnet-maestro[bot] c28bc90272
Update dependencies from https://github.com/dotnet/arcade build 20241106.2 (#3073) 2024-11-07 06:04:58 -08:00
Deep Choudhery cd0ea51476
when displaying categories, change "All" to "(Show All)" (#3070) 2024-11-06 17:38:50 -05:00
dotnet-maestro[bot] 86c35169f6
Update dependencies from https://github.com/dotnet/arcade build 20241105.3 (#3069) 2024-11-06 05:42:29 -08:00
Deep Choudhery 0f6872da21
minimal api changes (#3067) 2024-11-05 12:10:02 -08:00
dotnet-maestro[bot] 6649e87196
Update dependencies from https://github.com/dotnet/arcade build 20241104.2 (#3068) 2024-11-05 05:52:41 -08:00
dotnet-maestro[bot] 61b5753209
[main] Update dependencies from dotnet/arcade (#3065) 2024-11-02 10:17:25 -07:00
dotnet-maestro[bot] ab92a3efb1
Update dependencies from https://github.com/dotnet/arcade build 20241030.1 (#3064)
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>
2024-10-31 12:35:38 -07:00
Deep Choudhery d2fd049fc8
check dotnet-scaffold version, account for prerelease (#3060)
* check dotnet-scaffold version, if prerelease, install prerelease first party packages

* PR fixes 1
2024-10-30 19:59:26 +00:00
dotnet-maestro[bot] a6d37484d6
Update dependencies from https://github.com/dotnet/arcade build 20241029.1 (#3061) 2024-10-30 07:35:38 -07:00
Deep Choudhery 0ca514bf23
add/edit paths where we look for dotnet sdk. (#2957)
* add/edit paths where we look for dotnet sdk.

* using the only one default dotnet sdk path for linux
2024-10-30 03:46:38 +00:00
Deep Choudhery 1504b571cd
add telemetry events for first party `dotnet-scaffold-*` tools. (#3043)
* 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
2024-10-29 18:21:00 +00:00
Deep Choudhery fd64143b61
fix telemetry flow (#3054) 2024-10-29 14:14:23 -04:00
Deep Choudhery eedeb27b40
checking and fixing for RequiredAttribute in model classes (#3051)
* checking and fixing for RequiredAttribute in model classes

* PR fixes 1
2024-10-29 14:13:40 -04:00
dotnet-maestro[bot] ee8b9797d1
[main] Update dependencies from dotnet/arcade (#3044)
* 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>
2024-10-28 12:05:01 -07:00
dotnet-maestro[bot] 1b310ec897
Update dependencies from https://github.com/dotnet/arcade build 20241023.3 (#3042) 2024-10-25 09:19:43 -07:00
Deep Choudhery 424243bca1
supporting scaffolders having multiple categories (#3035)
* supporting scaffolders having multiple categories

* updated IScaffolder interface to use IEnumerable

* small fix

* hashing the category related telemetry values.
2024-10-24 15:22:03 -04:00
dotnet-maestro[bot] 31947f68a7
Update dependencies from https://github.com/dotnet/arcade build 20241023.2 (#3041) 2024-10-24 07:46:46 -07:00
Deep Choudhery b8e13215e0
add missing EfCore.Tools package to dotnet-scaffold-aspnet scaffolders. (#3040)
* add missing EfCore.Tools package to dotnet-scaffold-aspnet scaffolders.

* minor fix for 'minimalapi' scaffolder
2024-10-23 18:02:42 -04:00
dotnet-maestro[bot] e2d83302d6
Update dependencies from https://github.com/dotnet/arcade build 20241022.1 (#3039)
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>
2024-10-23 13:21:33 -07:00
Deep Choudhery b4afd5d143
check for valid identifiers for --dataContext option (#3036) 2024-10-23 02:22:21 -04:00
Deep Choudhery a03521d93b
finding existing default ApplicationUser, also adding correct connection string. (#3031) 2024-10-18 16:07:11 -07:00
Deep Choudhery 78718fda6f
update and fix `blazor-identity` (#3030)
* updated and fixed blazor-identity templates

* more minor changes, adding ProjectModifierHelper.ApplyReplacementsOnFileOnDisk

* adding back missing snippets

* minor changes
2024-10-18 11:28:34 -07:00
Deep Choudhery a554494dad
calling 'dotnet tool restore' before invoking local tools (#3029) 2024-10-17 16:25:53 -07:00
Deep Choudhery 4852458242
correctly adding --namespace for a bunch of scaffolders (#3028) 2024-10-17 11:30:29 -07:00
Deep Choudhery d6a1158749
setting up telemetry for `dotnet-scaffold`, `dotnet-scaffold-aspire`, and `dotnet-scaffold-aspnet` (#3019)
* 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>
2024-10-16 12:16:15 -07:00
dotnet-maestro[bot] 8994f720d1
Update dependencies from https://github.com/dotnet/arcade build 20241015.3 (#3024) 2024-10-16 08:29:56 -07:00
dotnet-maestro[bot] ffa99b7d3a
Update dependencies from https://github.com/dotnet/arcade build 20241014.3 (#3021) 2024-10-15 08:20:45 -07:00
dotnet-maestro[bot] 523f1ffd68
Update dependencies from https://github.com/dotnet/arcade build 20241011.1 (#3016) 2024-10-12 05:55:07 -07:00
dotnet-maestro[bot] 7606645c60
Update dependencies from https://github.com/dotnet/arcade build 20241010.3 (#3013) 2024-10-11 07:46:03 -07:00
dotnet-maestro[bot] 900e2db73e
Update dependencies from https://github.com/dotnet/arcade build 20241010.1 (#3009)
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>
2024-10-10 10:44:36 -07:00
Deep Choudhery 8666900c40
bunch of little fixes for `dotnet-scaffold` (#3008)
* bunch of little fixes

* nit remove namespace
2024-10-09 15:11:32 -07:00
Deep Choudhery ba8c453d26
minor string changes, sdk version check (#3004)
* minor string changes, sdk version check

* bump up dotnet-scaffold version
2024-10-09 15:02:53 -04:00
Deep Choudhery 8118055a11
updated Versions.props (#3003) 2024-10-08 19:35:29 +00:00
Deep Choudhery fc75faec59
adding a readme for blazor identity for scenario specific information. (#2999)
* adding a readme for blazor identity for scenario specific information.

* PR suggestions added.

* updated to fwlink
2024-10-08 00:32:24 +00:00
Deep Choudhery 0eeba65d51
minor Blazor Identity fixes (#2998)
* minor Blazor Identity fixes (#2997)

* updated ProjectModifierHelper.ModifyDocumentText

* use ignore case extension for the 'Contains' check.

* more small fixes
2024-10-07 20:41:48 +00:00
dotnet-maestro[bot] 17eb9f0891
Update dependencies from https://github.com/dotnet/arcade build 20241004.4 (#2996) 2024-10-05 11:07:35 -07:00
Deep Choudhery 3667d5ff49
fix `DotnetCliRunner` (#2995)
* added some exception handling to process.Start

* passing Exception.Message to stdout and stderr both

* PR feedback fixes
2024-10-04 18:15:09 -04:00
Deep Choudhery 24209913ef
add `identity` scaffolder to `dotnet-scaffold-aspnet` (#2993)
* 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
2024-10-04 18:47:16 +00:00
dotnet-maestro[bot] 3d4e2defa6
Update dependencies from https://github.com/dotnet/arcade build 20241003.1 (#2994) 2024-10-04 06:34:45 -07:00
dotnet-maestro[bot] 6ffd379560
Update dependencies from https://github.com/dotnet/arcade build 20241001.6 (#2990) 2024-10-02 06:45:31 -07:00
Tim Mulholland 35fc293b33
Update transitive dependency (#2984) 2024-09-30 22:34:59 -07:00
dotnet-maestro[bot] dcadf32a1e
Update dependencies from https://github.com/dotnet/arcade build 20240926.2 (#2983) 2024-09-27 06:08:11 -07:00
dotnet-maestro[bot] af611daee7
Update dependencies from https://github.com/dotnet/arcade build 20240925.5 (#2982) 2024-09-26 08:14:48 -07:00
Tim Mulholland 0ecdc5a6c9
Enable Policheck and TSA Upload (#2981) 2024-09-25 23:33:46 -07:00
dotnet-maestro[bot] 103eb71294
Update dependencies from https://github.com/dotnet/arcade build 20240924.1 (#2980) 2024-09-25 06:38:53 -07:00
dotnet-maestro[bot] 7a6ba3f626
Update dependencies from https://github.com/dotnet/arcade build 20240923.2 (#2977) 2024-09-24 08:35:59 -07:00
dependabot[bot] 6631668cbf
Bump bootstrap (#2976)
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.2 to 5.0.0.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v4.6.2...v5.0.0)

---
updated-dependencies:
- dependency-name: bootstrap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-23 14:13:23 -07:00
Mackinnon Buck 240ba78ec4
Update identity scaffolding dependency content (#2963) 2024-09-23 13:26:05 -07:00
Deep Choudhery fcb864223a
installing and prioritizing local tools for dotnet-scaffold (#2975)
* installing and prioritizing local tools for dotnet-scaffold

* minor cleanup

* changes for IToolManager, ToolInstall and ToolUninstall
2024-09-23 11:17:03 -07:00