Alessio Franceschelli

Results 26 comments of Alessio Franceschelli

My interpretation of that guidance is that given `StartNewTask.Factory.StartNew` is under the hood creating a background thread, you are better off doing it directly so that you have to explicitly...

> Thank you for the suggestion. Some of this might already be possible, like keeping Outlook on all Virtual Desktops, by going into Task View (Win+Tab keyboard shortcut), right-clicking Outlook...

IMO the problem here is the over reliance on telemetry. As they probably see almost no usage of Virtual Desktops, they don't develop it further neither in PowerToys nor in...

Any plan to fix this or introduce some sort of workaround to allow to use `dotnet format` when you have a .NET preview version installed?

A possible workaround is to install it as global tool ```powershell dotnet tool install -g dotnet-format --version "7.*" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json ``` (not sure if there is a different feed where...

Hi @sebastienros ! I know .... 😂 I've not being using Crank recently. I wonder if this could still be useful or is there already an implemented alternative? Thanks!

Hello, it is a valid point and I will have a look at it. Thanks for the feedback.

Hello! Currently the filter in the options only control what is captured in the sink, it doesn't change the configuration of the logger. That it means is that your application...

Hello! Thanks for reaching out! This behaviour is by design as the scope and the log entry are two separate concepts. The logging abstraction defined by `Microsoft.Extensions.Logging` only provide the...

Apologies for the delay. The library is designed for Microsoft.Extensions.Logging, so it replicates the "standard" behaviour, not the particular choicies of different loggers. However, to support writing integration tests, there...