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

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

@pdeligia

Description

@pdeligia

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    compilerFeature related to the compilertoolsRequest or feature related to the tools

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions