Doug Bunting

Results 268 comments of Doug Bunting

@ajcvickers I started a First Responders conversation about this and a similar problem in microsoft/reverse-proxy@2041. The initial thought is the 8.0.0-alpha.1 SDK doesn't contain a 7.0.x runtime. That's weird and...

My commit should hopefully fix the problem.

@bricelam this change looks straightforward and is something we should do together w/ dotnet/aspnetcore#33534. @dotnet/aspnet-build should make short work of it.

Seems the right thing to do here is disable the task in MUSL jobs. Arcade's templates support disabling the CG task using the `disableComponentGovernance` parameter. For example, dotnet/aspnetcore uses this...

> Is this something y'all want to keep in dotnet/arcade at this point, I suggest moving the issue to runtime. there are at least two ways forward for that team...

@carlossanlop should this be moved to dotnet/runtime or closed❔ you've got options 😀

The scenario is diagnosing test failure, reviewing what the tests output. If diagnosing the task parameters were of interest, the minimal logging from the task would be useful. This is...

@jjonescz does this issue remain in branches that have migrated to use the 1ES pipeline templates❔ I am wondering whether SDL support in dotnet/arcade should be removed soon after the...

The one shipped project in this repo lacks baselines. Looks like baseline files (`baseline.net45.json` and `baseline.netcore.json`) should be created in `release` or `rel/1.0.1` and checked into at least `dev`. The...

@scottaddie and @kthayer424 `@(OpenApiReference)` items are part of the infrastructure used in Visual Studio 2019's Service References feature (part of Connected Services) and the `dotnet openapi` tool described at https://docs.microsoft.com/en-us/aspnet/core/web-api/microsoft.dotnet-openapi?view=aspnetcore-3.1...