Skip to content

Use ProjInfo for generating project args/options in tests. #20

@safesparrow

Description

@safesparrow

Plan:

  1. Create a dotnet tool that calls ProjInfo, generates fsc args (and optionally FSharpOptions) and saves them in a file
  2. Unit tests/other endpoints invoke it via dotnet generator Project.fsproj and read the args

Current state:

  • projinfo_for_tests branch contains code
  • Instead of a dotnet tool, ArgsGenerator project is inside the codebase
  • There is an issue with ProjInfo where it doesn't set the right MSBuild properties and the args it returns do not allow for successful compilation/type-checking - talking to ProjInfo maintainers atm.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions