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.

Reactive sample should not pull Terminal.Gui from nuget

See original GitHub issue

This

 <PackageReference Include="Terminal.Gui" Version="1.0.0-pre.*" />

Should be

        <ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />

But I can’t get that to work. I get these errors, which make no sense to me:

image

There has got to be a way to have this sample build correctly without having to refer to the nuget.

@worldbeater can you help?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
worldbeatercommented, Aug 23, 2021

Pharmacist has been reimplemented as ObservableEvents .NET 5 source generator, so I guess if we replace the former package with the latter, we’ll no longer need to pull Terminal.Gui from NuGet in the reactive sample. Going to look into this in a few weeks.

1reaction
worldbeatercommented, Aug 28, 2021

Hmm, probably they’ve just hot-fixed something. Fody is known for its heavy use of low-level stuff while performing assembly weaving and code generation, so probably the cause of the heuristic virus detection was similar to the issue in the C/C++ worlds

Read more comments on GitHub >

github_iconTop Results From Across the Web

Reactive sample should not pull Terminal.Gui from nuget
Yeah that missing .Events() extension methods are generated by Pharmacist — a tool which downloads a NuGet package, processes all Action s and ......
Read more >
Terminal.Gui 0.0.4
Reactive Example - A sample app that shows how to use System.Reactive and ReactiveUI with Terminal.Gui . The app uses the MVVM architecture ......
Read more >
Terminal.Gui 1.13.5
This will install the Terminal.Gui.Templates, create a new "Hello World" TUI app, ... Reactive Example - A sample app that shows how to...
Read more >
Terminal.Gui 1.7.1
A toolkit for building rich console apps for .NET, .NET Core, and Mono that works on Windows, the Mac, and Linux/Unix. Sample app....
Read more >
ReactiveUI 19.4.1
A MVVM framework that integrates with the Reactive Extensions for .NET to create elegant, testable User Interfaces that run on any mobile or...
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