Skip to content

.fsi files unsupported? #500

@njlr

Description

@njlr

It appears that .fsi files are unsupported?

load(
    "@rules_dotnet//dotnet:defs.bzl",
    "fsharp_library",
)

fsharp_library(
    name = "fsharp_signature_files",
    srcs = [
        "domain.fsi",
        "domain.fs",
    ],
    target_frameworks = ["netstandard2.1"],
    deps = [
        "@paket.example_deps//fsharp.core",
    ],
)

/home/njlr/Documents/rules_dotnet/examples/fsharp_signature_files/BUILD.bazel:6:15: in srcs attribute of fsharp_library rule //fsharp_signature_files:fsharp_signature_files: source file '//fsharp_signature_files:domain.fsi' is misplaced here (expected .fs)

Repro here: #499

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions