NetOfficeFw / NetOffice

🌌 Create add-ins and automation code for Microsoft Office applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SYSLIB0012: `Assembly.CodeBase` is obsolete

jozefizso opened this issue · comments

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.