question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Test monobundle as part of the nuget tests

See original GitHub issue

sorry for the delay, i have build a repro project with a test that currently just checks for the existence of Contents/MonoBundle/package/lib/cli/cli.js within the macOS .app file. Currently i assume that everything that should live in the package directory is in the first level directly in Contents/MonoBundle.

Here is the project which consists of a Xamarin.Forms project a Xamarin.Mac project and an mstest project. https://github.com/nor0x/playwright-xmac-test

this is a very similar project structure to the main application that i’m building which is closed source for now

_Originally posted by @nor0x in https://github.com/microsoft/playwright-sharp/issues/1093#issuecomment-786567662_

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
nor0xcommented, Mar 17, 2021

follow-up to this issue - currently i’m experimenting with the version 0.192.0 which creates a folder named @(PlaywrightDriverFiles->;'bin in my macOS project directory, which contains an .app folder with Contents and MonoBundle which is empty contains the hidden .playwright folder where filenames are suffixed with ')

image

image

0reactions
nor0xcommented, Mar 18, 2021

@kblok you are right - at first i thought it’s part of the copy command 👀

Read more comments on GitHub >

github_iconTop Results From Across the Web

Test monobundle as part of the nuget tests · Issue #1181
Here is the project which consists of a Xamarin.Forms project a Xamarin.Mac project and an mstest project. https://github.com/nor0x/playwright- ...
Read more >
A Step by Step Guide to Testing NuGet Packages Locally
A Step by Step Guide to Testing NuGet Packages Locally · Create a new C# class library project, right-click on the project and...
Read more >
Custom test adapter installed via NuGet isn't discovering tests
I'm trying to install a custom test adapter via NuGet, but it seems like VS isn't recognizing it. I've looked through the code...
Read more >
Integration testing and NuGet packaging
In this post I describe how to integration-test your source generator, how to pack it in a NuGet package, and how to test...
Read more >
Live Unit Testing FAQ - Visual Studio (Windows)
Review these Live Unit Testing frequently asked questions, including supported frameworks, configuration, and customization.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found