Daniel Svensson

Results 20 comments of Daniel Svensson

The app seams to use System.Speech so it should be possible I have not tried it myself but found some information earlier when researching the issue, maybe the following can...

Commenting reply here as well since it is hidden when resolved. I did a small [benchmarks](https://gist.github.com/Daniel-Svensson/e53207f0092aa76ca4480941f23702c2) (single threaded), which just invokes GetId for different keys with almost no adds just...

@StephenMolloy do you have time frame for your large pr, Is there any chance of this getting reviewed in time to make it possible for a merge before the net7...

It would be great if you could specify some namespaces which should always be kept such as System.Linq.

@ckadluba I did not touch net452, since it sounded like you want to keep it at least till April when it stops receiving security fixes. I have not been able...

You should probably be able to also remove the "### .NET Framework apps must reference Microsoft.Data.SqlClient" section from the readme since the issues mentioned should have been fixed in Microsoft.Data...

Note: updating this also makes Microsoft.data work property side by side with System.data, versions below 2.1 cannot be used side by side on net framework when using AAD authentication using...

If you update the Microsoft.data.sqlclient nuget to at least 3.0 you can use the drivers built in support for MSI including user managed identities. https://github.com/dotnet/SqlClient/blob/main/release-notes/3.0/3.0.0.md#active-directory-default-authentication-support

Workaround: manually reference a later version of Microsoft.data.sqlclient such as 4.0 in the application solves the problem ( or downgrade the sink to 5.4)

This seems like the same or similar to #8200 Both contains nullreferenceexeption at MediaBrowser.Model.Dlna.StreamBuilder.BuildVideoItem. Having the same issue since updating to 1.8.4 (1.7.5 did not have the issue).