Doug Bunting

Results 268 comments of Doug Bunting

IIRC bits are missing from the hash b/c the returned information lacks the necessary information. do you have an example of something that _is_ returned but is ignored in the...

this remains an interesting problem w/ a few dimensions. for the hashes used when deciding whether to update scale set templates, might be best to hash the template we'll upload...

for the existing hashes on our images, I'm not sure what to do since we need to have _something_ that filters the definitions YAML to pick up what we need...

full path should be /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/CoreSimulator

@RicoSuter if `/OperationGenerationMode:SingleClientFromOperationId` should be the default, changing the `%(CurrentOpenApiReference.Command)` metadata in https://github.com/RicoSuter/NSwag/blob/master/src/NSwag.ApiDescription.Client/NSwag.ApiDescription.Client.targets might help here. If we need to use `{controller}OpenAPI` with Microsoft.Extensions.ApiDescription.Client, adding the improved default to https://github.com/RicoSuter/NSwag/blob/master/src/NSwag.ApiDescription.Client/NSwag.ApiDescription.Client.props...

We think the ASP.NET assemblies are fine but an automated confirmation would be worth adding to the Arcade infrastructure. @jcagme is this already done in the validation ring? If not,...

Yes. These rules are what aspnetcore _previously_ used (before migrating to Arcade). Our ask here is, as @Eilon implied, related to dotnet/aspnetcore#18930 in particular but dotnet/aspnetcore#18931 in general. Using the...

> Are these things the same across repos? `NuGetPackageVerifier` is controlled by files in repos it's applied to 😺

`NuGetPackageVerifier` uses files like https://github.com/dotnet/aspnetcore/blob/release/2.1/eng/NuGetPackageVerifier.json from the repo but (mainly?) executes against the built packages.

to validate this in advance, I'd need a MCR image to reference from a Helix VM. that allows the simplest validation I can imagine -- a trial submission using the...