Hangfire icon indicating copy to clipboard operation
Hangfire copied to clipboard

is it supports native aot?

Open ltbyun opened this issue 11 months ago • 1 comments

when i use hangfire in asp .net core min aot api, it says:

3>Hangfire.NetCore.dll: Warning IL2104 : Assembly 'Hangfire.NetCore' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries

ltbyun avatar Dec 07 '24 12:12 ltbyun

No, Native AOT is not supported yet, and requires a huge amount of work to be supported. So, while such support is planned, it will take considerable amount of time to be completed.

odinserj avatar Dec 09 '24 09:12 odinserj