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

Refactore DependencyInjection #768

Merged
merged 35 commits into from
May 10, 2020

Conversation

daveMueller
Copy link
Collaborator

closes #728

@MarcoRossignoli MarcoRossignoli added the enhancement General enhancement request label Mar 20, 2020
@MarcoRossignoli
Copy link
Collaborator

I'll take a look asap thx!

@MarcoRossignoli
Copy link
Collaborator

We're close to next release, after that I'll review and merge this one.

Copy link
Collaborator

@MarcoRossignoli MarcoRossignoli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some nits, but generally looks good!
Thank's a lot!

src/coverlet.msbuild.tasks/Services.cs Outdated Show resolved Hide resolved
src/coverlet.msbuild.tasks/Services.cs Outdated Show resolved Hide resolved
@MarcoRossignoli
Copy link
Collaborator

@daveMueller I needed to do a fast update on code, can you resolve conflicts?You can skip collectors I took some of your code and merged.

# Conflicts:
#	src/coverlet.collector/DataCollection/CoverageManager.cs
#	src/coverlet.collector/DataCollection/CoverageWrapper.cs
#	src/coverlet.collector/DataCollection/CoverletCoverageCollector.cs
#	src/coverlet.collector/Utilities/Interfaces/ICoverageWrapper.cs
#	src/coverlet.console/Program.cs
#	src/coverlet.msbuild.tasks/InstrumentationTask.cs
#	test/coverlet.collector.tests/CoverletCoverageDataCollectorTests.cs
@daveMueller
Copy link
Collaborator Author

@daveMueller I needed to do a fast update on code, can you resolve conflicts?You can skip collectors I took some of your code and merged.

No trouble at all. I resolved the conflicts.

Copy link
Collaborator

@MarcoRossignoli MarcoRossignoli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some nits, thank's!

src/coverlet.collector/DataCollection/CoverageManager.cs Outdated Show resolved Hide resolved
src/coverlet.console/Program.cs Outdated Show resolved Hide resolved
Copy link
Collaborator

@MarcoRossignoli MarcoRossignoli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some nits but here we go!Thank's!

src/coverlet.collector/DataCollection/CoverageManager.cs Outdated Show resolved Hide resolved
src/coverlet.console/Program.cs Outdated Show resolved Hide resolved
@MarcoRossignoli
Copy link
Collaborator

You can resolve conflicts taking master files that project is already without statics.

# Conflicts:
#	src/coverlet.collector/DataCollection/CoverageWrapper.cs
#	src/coverlet.collector/DataCollection/CoverletCoverageCollector.cs
Copy link
Collaborator

@MarcoRossignoli MarcoRossignoli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MarcoRossignoli
Copy link
Collaborator

/azp run

@MarcoRossignoli
Copy link
Collaborator

@tonerdo there is an issue with pipelines doesn't trigger anymore.

@MarcoRossignoli MarcoRossignoli added the * NO MERGE * The PR is not ready for merge yet (see discussion for detailed reasons) label May 4, 2020
@daveMueller
Copy link
Collaborator Author

Any news on the problem that the pipline doesn't trigger anymore?

@MarcoRossignoli
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@MarcoRossignoli MarcoRossignoli removed the * NO MERGE * The PR is not ready for merge yet (see discussion for detailed reasons) label May 10, 2020
@MarcoRossignoli
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@MarcoRossignoli MarcoRossignoli merged commit 570cfc9 into coverlet-coverage:master May 10, 2020
@daveMueller daveMueller deleted the 728_RefactoreDI branch October 27, 2023 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement General enhancement request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactore DependencyInjection
2 participants