Kenneth Siewers Møller

Results 7 issues of Kenneth Siewers Møller

This is a weird one and very specific to the `Azure.Storage.Blobs.BlobContainerClient`. When using version `12.6.0`, the following works: ```cs // Using Azure.Storage.Blobs version 12.6.0 interface IClientWrapper { public BlobContainerClient GetBlobContainerClient();...

### Background and motivation When I'm asserting many properties on multiple instances, I often find it hard to keep track of the context of what I'm asserting. Like with collections,...

enhancement
api-approved

It looks like DTS-X and Dolby TrueHD tracks sometimes don't have the bit rate property set in the JSON output from ffprobe. However, I can see the bit rate is...

I'm currently showing the language for audio and subtitle streams by manually converting the three-letter language code ([ISO 639-2](https://www.loc.gov/standards/iso639-2/php/code_list.php)) to the English language name. It would be nice if this...

This is not something that can be easily fixed in an enricher, but would require changes to the sinks being used. Exceptions are immutable but might contain sensitive data anywhere...

Added support for `Satisfy` on `ReferenceTypeAssertions` allowing to use element inspectors as an alternative to using predicates on Match. Example: ```cs var myDto = new Dto { Name = "Some...

This PR annotates the `DiagnosticAnalyzerAttribute` and `ExportCodeFixProviderAttribute` with `MeansImplicitUseAttribute` to remove the warning about the types never being instantiated. The attributes are used when creating Roslyn analyzers and code fixers,...