Sudden compiling errors
Suddenly when I went to "publish" a new version of an application I help develop, I started getting all these POSTSHARP errors. However after I got these errors, another contributor to the project did a fresh clone of the github repo and was able to compile it perfectly fine, and github actions also compile it fine. Why am I the only one getting these errors and how do I solve them?
6 Replies
Check first and second error (top to bottom)
so ive apparently removed something? my pc hasnt had anything added or removed in over a month and this was working 3 weeks ago
Probably a Windows thing...
i also dunno why the top one is mentioning .NET8 when the application in question is targeting 6
I legit have no idea how to fix it
urgh looks like somehow this project has been changed to .NET8
ok i got it published now. since its now on .net8 instead of 6, will that mean instead of desktop runtime 6 that we requried previously will now be desktop runtime 8?
for users
Yes
6 goes out of support next month btw
explains why vs forced the update then