-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Is it possible to use PolySharp on a github Ubuntu Runner ? #94
Comments
Are you sure it's configured to use version 7.x.x of the .NET SDK?
PolySharp/src/PolySharp.SourceGenerators/PolySharp.targets Lines 41 to 43 in a7a92a9
|
Sooo it means it would not work without Visual Studio, so should work on a windows runner but not ubuntu right ? |
I didn't say that. Roslyn is cross-platform. |
Are you aware of any usage in a ubuntu pipeline ? If it could be a bug, I am happy to create a public repo with minimal reproduction scenario... |
It definitely works on both windows and Linux. |
Thanks @sungam3r I'll dig further here mainly wanted to figure out if it was pursuing or if it was just not supported. I'll try to create a minimal repo to reproduce the issue and try to figure out what I am doing differently. |
Basically, I just started using PolySharp on a project and find it amazing. Now that project repository is setup to build on Ubuntu runners on github actions and I am getting this error:
The build process uses .Net 7 but the actual built project is .Net Framework.
Is there thing I could try to fix that or is this scenario just not a supported one ?
The text was updated successfully, but these errors were encountered: