adams85 / filelogger

A lightweight yet feature-rich file logger implementation for the Microsoft.Extensions.Logging framework.
MIT License
143 stars 22 forks source link

Upgrade to .NET 8 and AOT compatible? #29

Open yuruyan opened 5 months ago

adams85 commented 5 months ago

The library works with .NET 8 as is, no need to upgrade.

However, according to my tests, AOT builds are not functional currently. I intend to make AOT work but I can't give an ETA at this time.