Installed NuGet throws System.IO.FileNotFoundException #467

Open
opened 2026-01-29 14:37:29 +00:00 by claunia · 0 comments
Owner

Originally created by @MarkoKvyk on GitHub (Jun 21, 2021).

Creating classlibrary and trying to install Markdig.

enter image description here

I can use usings in code, but I'm trying to start debugging and it throws it:

enter image description here

link to library.
https://github.com/xoofx/markdig

Here is my .csproj

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net5.0</TargetFramework>
    <RootNamespace>Kvyk.Telegraph.Markdown</RootNamespace>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Kvyk.Telegraph" Version="1.0.2" />
    <PackageReference Include="Markdig" Version="0.25.0" />
  </ItemGroup>

</Project>

https://stackoverflow.com/questions/68070423/installed-nuget-throws-system-io-filenotfoundexception

Originally created by @MarkoKvyk on GitHub (Jun 21, 2021). Creating classlibrary and trying to install `Markdig`. [![enter image description here][1]][1] I can use usings in code, but I'm trying to start debugging and it throws it: [![enter image description here][2]][2] link to library. https://github.com/xoofx/markdig Here is my .csproj ``` <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net5.0</TargetFramework> <RootNamespace>Kvyk.Telegraph.Markdown</RootNamespace> </PropertyGroup> <ItemGroup> <PackageReference Include="Kvyk.Telegraph" Version="1.0.2" /> <PackageReference Include="Markdig" Version="0.25.0" /> </ItemGroup> </Project> ``` https://stackoverflow.com/questions/68070423/installed-nuget-throws-system-io-filenotfoundexception [1]: https://i.stack.imgur.com/ovGdr.png [2]: https://i.stack.imgur.com/SpWY5.png
claunia added the question label 2026-01-29 14:37:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#467