finish off sprint advisories and sprints
This commit is contained in:
@@ -894,8 +894,9 @@ signalsGroup.MapPost("/reachability/recompute", async Task<IResult> (
|
||||
|
||||
app.Run();
|
||||
|
||||
// Make Program class public for WebApplicationFactory<Program> test support
|
||||
public partial class Program
|
||||
// Internal: avoids type conflict when this project is referenced from Platform.WebService.
|
||||
// Tests use InternalsVisibleTo + composition wrapper (SignalsTestFactory).
|
||||
internal partial class Program
|
||||
{
|
||||
internal static bool TryAuthorize(HttpContext httpContext, string requiredScope, bool fallbackAllowed, out IResult? failure)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user