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

Fsdk,Fsdk.Tests: enable Misc/Tsv tests on legacy #36

Merged
merged 2 commits into from
Aug 23, 2023

Conversation

knocte
Copy link
Member

@knocte knocte commented Aug 23, 2023

No description provided.

It was only tested in non-legacy (dotnet v6 or newer).
When running TSV unit tests in legacy framework (e.g. Mono),
a NRE was being thrown; I guess because in that case the
function GetEntryAssembly() was returning null.

This fix is kinda ugly but is anyway affecting a part of the
code that I plan to retire soon (cause it's API wrapped under
LEGACY_FRAMEWORK ifdef).
@knocte knocte force-pushed the wip/testMiscOnLegacy branch 2 times, most recently from 88a9a9e to 7a4b950 Compare August 23, 2023 03:00
@knocte knocte merged commit 3a0f522 into master Aug 23, 2023
55 of 60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant