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

Getting Ignoring modified file error on F# files #41

Closed
tomaxsas opened this issue Mar 6, 2018 · 2 comments
Closed

Getting Ignoring modified file error on F# files #41

tomaxsas opened this issue Mar 6, 2018 · 2 comments

Comments

@tomaxsas
Copy link

tomaxsas commented Mar 6, 2018

Hi. Trying to Run coverage on F# project. Getting this error on most .fs files:

Instrumenting assembly "Test.Api"
Ignoring modified file "C:\work\source_code\test-api\Test.Api\WebApiSuave.fs"
Ignoring modified file "C:\work\source_code\test-api\Test.Api\Persistence\DataAccess.fs"
Ignoring modified file "C:\work\source_code\test-api\Test.Api\Configurator.fs"
Ignoring modified file "C:\work\source_code\test-api\Test.Api\Common\DomainTypes.fs"

is this some sort of bug, or F# is not supported?

@lucaslorentz
Copy link
Owner

lucaslorentz commented Mar 6, 2018

We use the file hash on PDB files to check if any source file was modified since the assembly was compiled.

Are you sure you have up to date assemblies? Maybe it is finding both Debug and Release assemblies, and one of them are outdated.

You don't have any coverage output?

@tomaxsas
Copy link
Author

tomaxsas commented Mar 7, 2018

After cleaning everything works, thanks!

@tomaxsas tomaxsas closed this as completed Mar 7, 2018
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

No branches or pull requests

2 participants