Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor usage of the Assembly.CodeBase property #422

Merged
merged 6 commits into from
Jun 9, 2024

Conversation

jozefizso
Copy link
Member

In .NET 6 the Assembly.CodeBase property is marked as obsolete. See #406 for more information.

Most of the code using it was refactored to use the Location property. The code was trying to get the equivalent of the Location value anyway.

jozefizso added 2 commits June 9, 2024 21:43
…ssembly.Location`

Removes the `SYSLIB0012: Assembly.CodeBase is obsolete` warning
…Assembly.Location`

Removes the `SYSLIB0012: Assembly.CodeBase is obsolete` warning
@jozefizso jozefizso added this to the 2.0 milestone Jun 9, 2024
@jozefizso jozefizso self-assigned this Jun 9, 2024
jozefizso added 4 commits June 9, 2024 23:29
…cation`

Removes the `SYSLIB0012: Assembly.CodeBase is obsolete` warning
…ion`

Removes the `SYSLIB0012: Assembly.CodeBase is obsolete` warning
…perty

Removes the `SYSLIB0012: Assembly.CodeBase is obsolete` warning
…` value

Suppresses the `SYSLIB0012: Assembly.CodeBase is obsolete` warning
@jozefizso jozefizso force-pushed the dev/406_refactor_to_assembly_location branch from 44db97a to 723ec2e Compare June 9, 2024 21:29
@jozefizso jozefizso merged commit 80ad4e9 into main Jun 9, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant