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

Added support for ManagedType and ManagedClass #737

Merged
merged 22 commits into from
Nov 24, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
PR fixes batch #3
  • Loading branch information
Haplois committed Nov 24, 2020
commit 1fb84ae05a5aa03f8ac58b0c39f86fab624055d6
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public void LoadAssemblyShouldThrowExceptionIfTheFileNameHasInvalidCharacters()
Action a = () => this.fileOperations.LoadAssembly(filePath, false);

Type expectedException;
#if NETCOREAPP1_0 || NETCOREAPP2_1
#if NETCOREAPP
expectedException = typeof(FileNotFoundException);
#else
expectedException = typeof(ArgumentException);
Expand Down