You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update .NET 9 SDK instructions and performance metrics
- Changed installation instructions to use `--channel 9.0`.
- Updated verification step to require .NET version 9.0.103 or later.
- Corrected main solution file name to reflect .slnx format.
- Reduced AppHost build time from 45+ minutes to 5+ minutes.
- Clarified requirement for private Azure DevOps feeds with anonymous access.
- Updated performance expectations for full AppHost build time.
@@ -37,7 +38,7 @@ Services can be run independently for development:
37
38
- Services start quickly but require proper database configuration for full functionality
38
39
39
40
### Full Solution Build Limitations
40
-
- The main solution `src/Codebreaker.Backend.slnx` is in .slnx format (not yet supported by .NET CLI)
41
+
- The main solution `src/Codebreaker.Backend.slnx` is in .slnx format
41
42
- Building the AppHost project requires private Azure DevOps feeds: `dotnet build src/services/host/Codebreaker.AppHost/Codebreaker.AppHost.csproj` -- takes 45+ minutes and requires Azure DevOps authentication. NEVER CANCEL. Set timeout to 60+ minutes.
42
43
- Azure deployment requires `azd` CLI and Azure authentication
43
44
@@ -114,7 +115,7 @@ src/
114
115
115
116
### Known Build Issues
116
117
- Central Package Management requires proper setup
117
-
- Private Azure DevOps feeds needed for full solution
118
+
- Private Azure DevOps feeds with anonymous access needed for full solution
118
119
- Some test projects may need package reference fixes
0 commit comments