-
..\..\..\Precompile\precompile.exe DataProtoBuf.dll -o:..\DataProtobufSerializer.dll -t:DataProtobufSerializer
protobuf-net pre-compiler
Detected framework: .NETCoreApp\v2.0
Framework not found: .N…
-
How can I produce runtime packages compatible with .NET Framework?
I tried to change the framework identified netcoreapp3.1 to netstandard2.0 or net461 but I failed to produce working examples.
…
jngrb updated
2 years ago
-
### Description
Creating a .Net standard2.0 project that also has Android references to Xamarin.Android.Support.v7.AppCompat` seems to create an unnecessary transient dependency to `Xamarin.Android…
-
### Issue description
The approaches used in the AppSettingStronglyTyped example no longer work for using NuGet packages in projects with MSBuild Tasks.
When creating a package containing MSBuild …
-
Hi @ryannewington
Microsoft have ported the ability to consume WCF services with their [dotnet/wcf](https://github.com/dotnet/wcf) library and a couple of days ago, [CoreWCF v1](https://github.com/…
-
I'm developing a custom testrunner app and I want to display a test tree structure. I want to read the test tree structure directly from a test assembly file and to achieve that I use this code:
`…
-
Thanks for using NAnt2 and suggesting a feature for it!
Describe your use case / problem
----------------------------------------
I work for a company that designs medical device software. We us…
-
Today it's possible that a package unwittingly takes an API dependency on transitive package and doesn't account for that when expressing it's dependencies.
https://github.com/dotnet/core/issues/2…
-
Hi, seems there is a problem with dependency resolving when the application is run by SampSharp vs when is run directly.
The test case is with the nuget package `System.Text.Json`.
If I try to use i…
-
_From @shai-glat on February 21, 2019 12:44_
## Steps to reproduce
1. Create a csproj and generated a nuget package from it - works as expected
2. Open the package and take out the generated nuspec…