Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Support compiler/language services in .NET Core builds #346

Open
pdeligia opened this issue Aug 24, 2018 · 0 comments
Open

Support compiler/language services in .NET Core builds #346

pdeligia opened this issue Aug 24, 2018 · 0 comments
Labels
compiler Feature related to the compiler tools Request or feature related to the tools

Comments

@pdeligia
Copy link
Contributor

The rewriter/compiler (from the high level P# syntax to the C# library version), as well as the language services and static analysis projects in general, are not ported yet to .NET Core. This is because some APIs (related to msbuild) are missing in .NET Core, but should be available probably in the next release.

We should investigate (temporary) replacements for these APIs, or wait for them to become available, depending on how soon we need to support the language services.

@pdeligia pdeligia added tools Request or feature related to the tools compiler Feature related to the compiler labels Aug 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
compiler Feature related to the compiler tools Request or feature related to the tools
Projects
None yet
Development

No branches or pull requests

1 participant