Litedb: [QUESTION]"Part URI cannot start with two forward slashes " occurs when v4 to v5

Created on 9 Feb 2020  路  8Comments  路  Source: mbdavid/LiteDB

Install-Package LiteDB -Version 4.1.4 is OK, but it is not for Version 5.0.1
73990223-7f175380-4983-11ea-8af2-b2350428e025

question

Most helpful comment

Thanks, It works and saves my tons of time.

All 8 comments

Is this error occurs only with LiteDB? I try reproduce here but has no problem (and there is no more issues about this).

While I can't reproduce this issue myself, I'm going to investigate this a bit more.

I think I might have a possible solution for this issue.
As per this response, I might be able to resolve it by leaving the PackagePath attribute for the License file empty in the csproj file.
Another solution would be to give the license file an extension (.txt or .md) as per this link

@GitOffice I also noticed that you're using a pretty old version of the Package Manager Console Host (v2.12.0.817). I, myself, am on v5.4.0.6292 so that might explain why both David and I can't reproduce your issue :)

Wow, @JensSchadron can be right. v5 has update 2 tags: License e Icon as recommended nuget upload package

@GitOffice So a new version (5.0.3) will be released somewhere next week as stated in #1466.
Please let us know if the fix I did actually works :) If not, I'll try fixing it the other way. So, best case, you can install LiteDB next week, worst case in 2 weeks from now.

Got it.Thanks.

@GitOffice 5.0.3 just got released today, could you please let me know if you could install this version?

Thanks, It works and saves my tons of time.

Was this page helpful?
0 / 5 - 0 ratings