-
Notifications
You must be signed in to change notification settings - Fork 351
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
incorrect case for PublicAPI folder #2406
Comments
Renaming it to PublicAPI fixes the problem for me locally |
@corranrogue9
EDIT: |
…#2406 Renaming the PublicApi directory to PublicAPI fixed compilation on Linux devices. This influences CI/CD pipelines and developers on Linux machines in general.
…#2406 Renaming the PublicApi directory to PublicAPI fixed compilation on Linux devices. This influences CI/CD pipelines and developers on Linux machines in general.
…#2549) Renaming the PublicApi directory to PublicAPI fixed compilation on Linux devices. This influences CI/CD pipelines and developers on Linux machines in general. Co-authored-by: Lukas Wiedemann <lukas.wiedemann@akquinet.de>
The last three letters of the path odata.net/src/Microsoft.OData.Edm/PublicApi should be upper case so it compiles on Linux without generating a bunch of RS0016 errors
Assemblies affected
Current version of Microsoft.OData.Edm
Reproduce steps
Pull source onto a Linux machine and try to compile Microsoft.OData.Edm project
Expected result
It would compile
Actual result
It doesn't compile and yields a whole slew of RS0016 errors as it can't find the shipped and unshipped API files
Additional detail
The text was updated successfully, but these errors were encountered: