Nefarion
Nefarion
Microsoft.Extensions.Logging 5.* targets net461 as well. I had to fork the repo and republish with net461, because with the current version i get a MissingMethodException on AddSerilog(). Greetings from Vienna!
In addition to #64, it would be great to also support the Message Property of LoggerMessageAttribute (Autogenerates the LoggerMessage.Define calls) See https://learn.microsoft.com/en-us/dotnet/core/extensions/logger-message-generator#basic-usage for reference
### Environment What version of the CLI and what OS are you running? CLI: `2.20.6`, OS: `Windows 10` and `Windows Server 2019` ### Steps to Reproduce Run `sentry-cli.exe update` in...
Date: 2022-10-11 21:05:57 ID: 1 Error occured in: Global Count: 1 Message: ...AddOns\ElvUI_AddOnSkins\Skins\Addons\beanCounter.lua line 113: attempt to index a nil value Debug: [C]: ? ...AddOns\ElvUI_AddOnSkins\Skins\Addons\beanCounter.lua:113: ...AddOns\ElvUI_AddOnSkins\Skins\Addons\beanCounter.lua:110 [C]: searchByItemID() BeanCounter\BeanCounterSearch.lua:94: startSearch()...
The dotnet OTEL Log exporter does this to hide its requests from tracing. [See it here](https://github.com/open-telemetry/opentelemetry-dotnet/blob/a46039a39be484ff979ca31d7ed61aac5309381e/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpLogExporter.cs#L75)