Fix build and code structure improvements. New but essential UI functionality. CI improvements. Documentation improvements. AI module improvements.
This commit is contained in:
@@ -118,4 +118,5 @@ public sealed record VerifyRequest([property: JsonPropertyName("keyId")] string
|
||||
[property: JsonPropertyName("signature")] string Signature);
|
||||
public sealed record VerifyResponse([property: JsonPropertyName("valid")] bool Valid);
|
||||
|
||||
// Expose Program class for WebApplicationFactory in tests
|
||||
public partial class Program;
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"profiles": {
|
||||
"StellaOps.SmRemote.Service": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"applicationUrl": "https://localhost:62519;http://localhost:62520"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user