Georgy Levchenko
Georgy Levchenko
At the moment, I do not have a logging system (your library was previously used). The Prism developers themselves recommend using `Prism.Plugin.Logging`. But, unfortunately, I don't understand how to use...
I'm talking about TaskbarIcon. I'm sorry I misled you. Is it possible to prohibit its closure? I need TrayPopup to always be open.
Good. Let's start from the beginning. Here is my code: ``` ``` In the view model, I have a button that starts the application installation. The installer of the program...
Make your style based on overrides.
Confirm. Previously, the int32 type was used, now an enum error occurs because of this.
Version 7.0.0: ` WorkoutType = table.Column(type: "integer", nullable: false),` Version 7.0.11 ` WorkoutType = table.Column(type: "workout_type", nullable: false),` `public enum WorkoutType` Is this the right behavior?
Tell me, will ASP be supported? I really want to have sterilization with zero allocation.
As a result: at the moment is this some kind of effective and relatively "correct" way to disable or change the log level of opentelemetry?
Solving your problems ``` builder.Services .AddHttpClient("OtlpMetricExporter") .RemoveAllLoggers(); builder.Services .AddHttpClient("OtlpTraceExporter") .RemoveAllLoggers(); ```
I get the same error. Is there a solution at the moment?