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.

LiteGuard dependency conflict

See original GitHub issue

Problem

When starting a brand new .NET Core 3.1 project with the README Telnet sample, the latest version of Telnet throws the following exception,

System.IO.FileLoadException: 'Could not load file or assembly 'LiteGuard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null'. The located assembly's manifest definition does not match the assembly reference. (0x80131040)'

Temporary Solution

Specifically add a nuget package reference to LiteGuard 2.0.1 to match expected version for .NET Core version of Telnet.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
9swampycommented, Aug 18, 2022

Included in the release 0.9.1 I’ve just pushed to Nuget.

Any problems, shout.

1reaction
schuettecarstencommented, Nov 18, 2021

LiteGuard has been deprecated by the author.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix the upstream dependency conflict installing NPM ...
It looks like it's a problem with peer dependencies in the latest version of npm (v7) which is still a beta version. Try...
Read more >
Solving Dependency Conflicts in Maven
Maven dependency conflicts can be really hard to solve. The purpose of this post is for readers to better understand what a version...
Read more >
Dependency conflict resolution contains false positives #267
We can fix this by iterating over conflicting dependencies in topological order and then filtering them out if their existence was invalidated ...
Read more >
Junior Lifeguard Program - Los Angeles County Fire Department
Open to children (ages 9 through 17), the mission of the Los Angeles County Junior Lifeguard Program is to educate youth in our...
Read more >
How to resolve dependency conflict out of your control
One quick and easy way is to shade the dependency. By shading, it means relocating/renaming the dependency to avoid conflicts.
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