N4T4NM / CSharpDiscordWebhook

Simple C# written code to send messages embeds and files using discord webhooks
MIT License
51 stars 14 forks source link

AOT compile compatilbity #25

Open napswastaken opened 1 year ago

napswastaken commented 1 year ago

Hello, when i compile into native code using AOT, the library throws a hard error. This error is not present if I publish without AOT.

dotnet publish -r win-x64 -c Release -p:PublishAot=true

Capture

napswastaken commented 1 year ago

When compiling, it show's this error too.

ILC: Method '[System.Management]System.Management.WbemLocator..ctor()' will always throw because: Invalid IL or CLR metadata in 'Void System.Management.WbemLocator..ctor()'