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.

Assembly information lost in recent update

See original GitHub issue

It appears that the file Xam.Plugin.TabView/Xam.Plugin.TabView.csproj has broken in commit 1c5c2d4f2be8f50022d270a23ff728be6832f746.

Xam.Plugin.TabView version 1.0.5, installed from NuGet package.

Effectively, the control cannot be used in XAML anymore. I’m adding the control inside a ContentPage element like this:

<ContentPage xmlns:tabview="clr-namespace:Xam.Plugin.TabView;assembly=Xam.Plugin.TabView">

This creates the following error messages in VS2019:

Assembly 'Xam.Plugin.TabView' was not found. Verify that you are not missing an assembly reference. Also, verify that your project and all referenced assemblies have been built.
The type 'tabview:TabViewControl' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built.
Failed to resolve assembly: 'Xam.Plugin.TabView, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'

I believe this is caused by the aforementioned file being almost a copy of the .nuspec file. According to the commit diff, the old .csproj file has been moved to a directory called TabView - Copy but that does not seem to be included in the repository.

Meanwhile I’m reverting to an older version. 1.0.4 seems to work.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
chaosifiercommented, Dec 9, 2019

There was indeed an issue with the nuget package. I’ve updated a new version of the package which is 1.0.6 and unlisted the faulty package. Thanks for the responses!

0reactions
aghariumcommented, Jan 8, 2020

Any updates on this? Only version 1.0.5 shows up here (which is not working alright).

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Assembly changes lost - Autodesk Community - Inventor
Yesterday, I had Inventor shut down with no error message or "save file" message, and I lost changes to an assembly that had...
Read more >
Find lost files after the upgrade to Windows 10 or 11
Learn how to find your old files after upgrading your PC to Windows 10, including search and recovery tips.
Read more >
Update Assembly Info
Update assembly info of one or multiple files or projects during build. Supports a multitude of variables, formatting and detailed input options ...
Read more >
Update your iPhone or iPad
Go to Settings > General > Software Update. Tap Automatic Updates, then turn on Download iOS Updates. Turn on Install iOS Updates. Your...
Read more >
Does Updating to Windows 11 Delete Files? Here's the ...
If you lose data after updating Windows 11, download and run EaseUS Data Recovery Wizard to recover lost and deleted files after Windows...
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