Open VinodParametric opened 1 year ago
any update?
same here
Same here. Anybody figured this out?
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?
Strange, All I did was pull the master branch down and try and build the solution.
``
Did you try to run git submodule update --init --recursive
?
Just did, no change. By the way this is the class that the code is having issues with:
If you cd into the submodule, does it point to a commit other than the checked-in SHA on the master branch?
Hi Getting error while i build solution Hellang.Middleware