exceptionless / Exceptionless.Net

Exceptionless clients for the .NET platform
https://exceptionless.com
Other
557 stars 142 forks source link

Remove Deprecated Microsoft.Extensions.PlatformAbstractions #315

Closed niemyjski closed 6 months ago

niemyjski commented 6 months ago

This removes .NET Platform 1.0 and 1.1 only supported apis from the core netstandard client.

There is a slight change in behavior as I'm trying to reuse some existing logic to smartly detect the entry assembly and exclude Exceptionless and Microsoft Packages (We could use this in a few more spots but wanted to keep this minimal). Here is the diff before using the new GetEntryAssembly helper (which picks a different assembly as our samples start with Exceptionless...)

image