The following APIs are marked as obsolete, starting in .NET 5. Using them in code generates warning [SYSLIB0012](https://learn.microsoft.com/en-us/dotnet/fundamentals/syslib-diagnostics/syslib0012) at compile time. * [Assembly.CodeBase](https://learn.microsoft.com/en-us/dotnet/api/system.reflection.assembly.codebase#system-reflection-assembly-codebase) * [Assembly.EscapedCodeBase](https://learn.microsoft.com/en-us/dotnet/api/system.reflection.assembly.escapedcodebase#system-reflection-assembly-escapedcodebase) ## Workarounds Use [Assembly.Location](https://learn.microsoft.com/en-us/dotnet/api/system.reflection.assembly.location#system-reflection-assembly-location) instead.