Roman Bukin
Roman Bukin
@irusanov I am ready to help and assist in every possible way to solve this problem. Is this what you're looking for? [Debug_Report_28805382.8214872.txt](https://github.com/user-attachments/files/17282607/Debug_Report_28805382.8214872.txt) I can provide a dump of ACPI...

@irusanov I'm not sure that's how it should be
Take a look at https://github.com/dodobrands/WebAuthn.Net
@iliar-turdushev I checked and it doesn't work. I also made a `dotnet build -bl` and looked at the MSBuild logs using https://msbuildlog.com and I found the following there: ``` Property...
I made a [repository that reproduces the problem.](https://github.com/vanbukin/ReproExtensions5476) Initially, the repository is in a state where everything is working. To reproduce the problem, [uncomment the installation of `Microsoft.Extensions.Http.Resilience` in `ReproExtensions5476.csproj`](https://github.com/vanbukin/ReproExtensions5476/blob/f29479531c1ed34df8f069e2dddc30fab0a88b8d/ReproExtensions5476/ReproExtensions5476.csproj#L11)...
@RussKie > Try setting it in a targets file. Uncomment the installation of `Microsoft.Extensions.Http.Resilience`: ``` 0>Program.cs(135,91): Error LOGGEN036 : The type "ReproExtensions5476.WeatherForecast" doesn't implement ToString(), IConvertible, or IFormattable (did you...
@iliar-turdushev If the logging behavior does not change, then this also looks like an acceptable option.