Skip to content

Buddy doesn't work on the C# target. #93

Description

@mikkelmr

Running this test on the C# target:

class TestParser extends buddy.SingleSuite {
    public function new() {
        describe("Test something", {});
    }
}

fails with the following error:

haxelib run hxcs hxcs_build.txt --haxe-version 4005 --feature-level 1
src\buddy\Should.cs(529,62): error CS0030: Cannot convert type 'buddy.ShouldInt' to 'buddy.Should<int>'
src\buddy\Should.cs(872,65): error CS0030: Cannot convert type 'buddy.ShouldFloat' to 'buddy.Should<double>'
Compilation error
Native compilation failed

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