Karel Rymeš

Results 6 comments of Karel Rymeš

@adamsitnik and @AndreyAkinshin is there any news around 'run history difference reporting / exporting'?

For the obfuscation, I am linking [an issue](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/2871) I filed on MSAL. There are opportunities to provide even more obfuscation levers into the customers hands. Some of the 1P libraries...

+1 .NET Framework is absolutely a supported scenario on ASP.NET Core, albeit a legacy one. The current approach of OTEL M.Extensions.* versioning is causing us issues internally. @spashaieva will reach...

I think this is still a bug @jmprieur . I created a more relevant repro. ``` [Fact] public void BugRepro() { var cca1 = ConfidentialClientApplicationBuilder .Create(TestConstants.ClientId) .WithAuthority(TestConstants.AuthorityCommonTenant) .WithClientSecret(TestConstants.ClientSecret) .Build(); var...

Yeah, `ILogScrubber` ala MISE would be great.

Microsoft.Extensions 8 now has a redaction support: https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.compliance.redaction.redactor?view=dotnet-plat-ext-8.0