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

Master Branch not building in VS 2022 #192

Open
VinodParametric opened this issue Feb 16, 2023 · 8 comments
Open

Master Branch not building in VS 2022 #192

VinodParametric opened this issue Feb 16, 2023 · 8 comments

Comments

@VinodParametric
Copy link

Hi Getting error while i build solution Hellang.Middleware

image

@VinodParametric
Copy link
Author

any update?

@luizen
Copy link

luizen commented May 16, 2023

same here

@psychicpuppy
Copy link

psychicpuppy commented Apr 26, 2024

Same here. Anybody figured this out?

@khellang
Copy link
Owner

Hi! 👋🏻

I just tried pushing another commit and the github action built successfully on the master branch.

I'm not really sure what to do about this, as the solution is building fine, both locally on (all of) my machine(s) and on GitHub Actions.

The solution does leverage some AspNetCore classes using git submodules. Could it be that you haven't initialized the submodule correctly? Or that the submodule has been updated to a newer version that has incompatible changes?

@psychicpuppy
Copy link

Strange, All I did was pull the master branch down and try and build the solution.

``
image

@khellang
Copy link
Owner

Did you try to run git submodule update --init --recursive?

@psychicpuppy
Copy link

psychicpuppy commented Apr 30, 2024

Just did, no change. By the way this is the class that the code is having issues with:

image

@khellang
Copy link
Owner

khellang commented May 1, 2024

If you cd into the submodule, does it point to a commit other than the checked-in SHA on the master branch?

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

4 participants