File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Template pack for FastEndpoints to quickly scaffold feature file sets and starte
33
44### Report an Issue
55
6- [ Issues are tracked in the main FastEndpoints repo] ( https://github.com/FastEndpoints/FastEndpoints/issues ) . Please open an issue there .
6+ Issues are tracked in the main FastEndpoints repo. Please [ open an issue there ] ( https://github.com/FastEndpoints/FastEndpoints/issues ) .
77
88## Install
99``` cs
Original file line number Diff line number Diff line change 11- use dual mode testing for aot project
2- - upgrade FastEndpoints to latest
2+ - upgrade dependencies to latest
Original file line number Diff line number Diff line change @@ -349,6 +349,6 @@ MigrationBackup/
349349# Ionide (cross platform F# VS Code tools) working folder
350350.ionide /
351351
352- .idea /.idea.Ctma / .idea / workspace.xml
352+ .idea /
353353
354354dotnet-tools.json
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ protected override ValueTask ConfigureAotTargetAsync(AotTargetOptions o)
2727 {
2828 // settings for building and running a native aot black-box instance.
2929 // all settings are optional. customization only needed if auto management fails.
30-
3130 o . BuildTimeoutMinutes = 1 ;
3231 o . HealthEndpointPath = "/healthy" ;
3332 o . ReadyTimeoutSeconds = 5 ;
Original file line number Diff line number Diff line change @@ -349,4 +349,4 @@ MigrationBackup/
349349# Ionide (cross platform F# VS Code tools) working folder
350350.ionide /
351351
352- .idea /.idea.Ctma / .idea / workspace.xml
352+ .idea /
Original file line number Diff line number Diff line change @@ -349,4 +349,4 @@ MigrationBackup/
349349# Ionide (cross platform F# VS Code tools) working folder
350350.ionide /
351351
352- .idea /.idea.Ctma / .idea / workspace.xml
352+ .idea /
You can’t perform that action at this time.
0 commit comments