Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

[Tests] Redo the device tests #812

Open
@stephen-hawley

Description

@stephen-hawley
Contributor

The device tests were done with a gross set of scripts that modified existing csproj files since there was no good way to automate them. Right now device tests are gone.
The "right" way to do this now is to:

  1. build the swift pieces for the target
  2. run BTfS on the generated swift library
  3. make a new project with dotnet new ios
  4. remove boilerplate files
  5. copy in the swift libraries, the C# test files and the C# binding files
  6. build with dotnet build

Activity

added this to the Future milestone on Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @stephen-hawley

        Issue actions

          [Tests] Redo the device tests · Issue #812 · xamarin/binding-tools-for-swift