NetOfficeFw / NetOffice

🌌 Create add-ins and automation code for Microsoft Office applications.
MIT License
695 stars 143 forks source link

SYSLIB0012: `Assembly.CodeBase` is obsolete #406

Open jozefizso opened 6 months ago

jozefizso commented 6 months ago

The following APIs are marked as obsolete, starting in .NET 5. Using them in code generates warning SYSLIB0012 at compile time.

Workarounds

Use Assembly.Location instead.