NetOfficeFw / NetOffice

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

SYSLIB0012: `Assembly.CodeBase` is obsolete #406

Open jozefizso opened 9 months ago

jozefizso commented 9 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.