Describe the bug
There are 2 resources used in paket.dependencies as github urls. This is not desirable as we do not have control over those and they can be removed any time and will break project.
github 7sharp9/FSharp.TypeProviders.SDK:generator src/ProvidedTypes.fs
github 7sharp9/FSharp.TypeProviders.SDK:generator src/ProvidedTypesTesting.fs
...
github enricosada/dotnet-proj-info test/dotnet-proj.Tests/FileUtils.fs
Expected behavior
If we use dependencies, it is better to relay on nuget packages which have much stricter removal rules.
Describe the bug
There are 2 resources used in paket.dependencies as github urls. This is not desirable as we do not have control over those and they can be removed any time and will break project.
Expected behavior
If we use dependencies, it is better to relay on nuget packages which have much stricter removal rules.