You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
build the swift pieces for the target
run BTfS on the generated swift library
make a new project with dotnet new ios
remove boilerplate files
copy in the swift libraries, the C# test files and the C# binding files
build with dotnet build
The text was updated successfully, but these errors were encountered:
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:
dotnet new ios
The text was updated successfully, but these errors were encountered: