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

Remove Range package dependency #23

Merged
merged 1 commit into from
Nov 7, 2021
Merged

Conversation

coenm
Copy link
Owner

@coenm coenm commented Nov 7, 2021

When using the package, i've got an FileNotFound exception.

This PR completely removes the dependency for the Range nuget package (for netstandard20)

System.IO.FileNotFoundException
Could not load file or assembly 'IndexRange, Version=1.0.0.0, Culture=neutral, PublicKeyToken=35e6a3c4212514c6'. The system cannot find the file specified.
at EasyTestFile.Guard.AgainstBadMethodName(String value, String argumentName)
at EasyTestFile.TestMethodInfo..ctor(String sourceFile, String method)
at EasyTestFileNunit.Internal.TestFileFactory.Create(EasyTestFileSettings settings, Assembly testAssembly, MethodInfo methodInfo, String sourceFile, String method)
at EasyTestFileNunit.Internal.TestFileFactory.Create(EasyTestFileSettings settings, String sourceFile, String method)

@coenm coenm added the bug Something isn't working label Nov 7, 2021
@coenm coenm merged commit 4be1f9a into main Nov 7, 2021
@coenm coenm deleted the feature/fix-range-package-dependency branch November 7, 2021 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant