Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Make Sure Common Project Doesn't Built#2907

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
benrr101 merged 2 commits intodotnet:mainfrombenrr101:really-dont-build-common-proj
Oct 11, 2024

Conversation

benrr101
Copy link
Contributor

Description: I'm not entirely sure what was causing the project to be included in solution-based builds (ie, VS, etc), but I've verified that it is not being included any longer. Building the solution in VS works as expected without any errors from the common project.

Testing: I've verified the solution builds correctly in VS 2022 and Rider. It never built in CI pipelines, and there aren't any changes to make it build in pipelines.

Please verify it works on your system. It may be necessary to run agit clean -xfd on your solution root folder if you continue to encounter build issues.

@codecovCodecov
Copy link

codecovbot commentedOct 9, 2024
edited
Loading

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.86%. Comparing base(ca9272d) to head(d012138).
Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@##             main    #2907      +/-   ##==========================================- Coverage   72.22%   71.86%   -0.36%==========================================  Files         297      294       -3       Lines       61091    60253     -838     ==========================================- Hits        44120    43299     -821+ Misses      16971    16954      -17
FlagCoverage Δ
addons92.90% <ø> (ø)
netcore75.81% <ø> (-0.15%)⬇️
netfx70.36% <ø> (-0.09%)⬇️

Flags with carried forward coverage won't be shown.Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report?Share it here.

Copy link
Contributor

@David-EngelDavid-Engel left a comment

Choose a reason for hiding this comment

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

It may be necessary to run agit clean -xfd on your solution root folder if you continue to encounter build issues.

Even though a build "succeeded", I did have to run git clean to get rid of all the errors reported in VS. Even a rebuild (clean+build) in VS didn't get rid of them.

@benrr101
Copy link
ContributorAuthor

@David-Engel Yeah, a "clean" doesn't really do much of anything. It leaves behind loads of files and the best way to properly clean up a solution is togit -xfd. But thanks for confirming that worked.

Copy link
Member

@cheenamalhotracheenamalhotra left a comment

Choose a reason for hiding this comment

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

Worked for me too! Thanks for addressing this!

@cheenamalhotracheenamalhotra linked an issueOct 11, 2024 that may beclosed by this pull request
@benrr101benrr101 merged commite4a6e7c intodotnet:mainOct 11, 2024
130 checks passed
@benrr101benrr101 deleted the really-dont-build-common-proj branchOctober 11, 2024 17:49
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@cheenamalhotracheenamalhotracheenamalhotra approved these changes

@David-EngelDavid-EngelDavid-Engel approved these changes

@VladimirReshetnikovVladimirReshetnikovAwaiting requested review from VladimirReshetnikov

@saurabh500saurabh500Awaiting requested review from saurabh500

@mdaiglemdaigleAwaiting requested review from mdaigle

@samsharma2700samsharma2700Awaiting requested review from samsharma2700

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

MDS solution build errors in 'main' branch
3 participants
@benrr101@cheenamalhotra@David-Engel

[8]ページ先頭

©2009-2025 Movatter.jp