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

Fix TypeInitializer issue #1636

Merged

Conversation

daveMueller
Copy link
Collaborator

@daveMueller daveMueller commented Feb 28, 2024

closes #1629

OK I guess I need a review here. Changing the tfm of core to only netstandard2.0 fixes the problem. But from my perspective the CoverletToolsPath should also be resolved properly. The change of the condition for CoverletToolsPath I did in this PR still doesn't seem to work properly. No matter what I do it always point to netstandard2.0

CoverletToolsPath = C:\Users\...\.nuget\packages\coverlet.msbuild\6.0.2-preview.7.ga760715d51\build\..\tasks\netstandard2.0\

But what I think, for e.g. net6 it should point to

CoverletToolsPath = C:\Users\...\.nuget\packages\coverlet.msbuild\6.0.2-preview.7.ga760715d51\build\..\tasks\net6.0\

@MarcoRossignoli @Bertk Am I missing something? Can you help out here?

@MarcoRossignoli
Copy link
Collaborator

conflict but LGTM

# Conflicts:
#	Documentation/Changelog.md
@daveMueller daveMueller merged commit 892d86e into coverlet-coverage:master Mar 8, 2024
8 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.

[BUG] Type initializer errors after updating from 6.0.0 to 6.0.1
3 participants