Michal Steyn
Michal Steyn
### Description This issue is similar to https://github.com/fsprojects/Paket/issues/2887. When publishing an Asp.Net App using: `dotnet publish -r win-x64 -c Debug` the publish folder lacks some of the dependent package dll's....
I'm trying to do a similar thing for Workflow Foundation XAML Activities. A typical activity item is added to a csproj as follow: ``` MSBuild:Compile Designer ``` What would be...
What would be required to support a dBC filter?
When using Paket, the local cache returns invalid versions such as "lib", or "ref" when using the `--use-project-assets-json` argument. Here is an example of the error produced: ``` Reading dependencies...
This is to fix the issue: https://github.com/tomchavakis/nuget-license/issues/206 Simply check if versions found in the local cache start with a valid version number.
I see an old issue #114 asking if it is possible to use Zipkin with the OpenResty build. It was closed without any further discussion. What would be required to...