-
I'm trying to generate API docs for a .NET framework project. I've referenced msdn.4.5.2.zip and if a type derives from object, then object is correctly hyperlinked to msdn.
However, any external t…
jdh28 updated
4 years ago
-
Sample code:
1. PackagedLibrary - library, which is packaged as NuGet, includes PDB file along with DLL; currently published as PackagedLibrary-1.0.0-beta.
2. LibraryConsumer - ASP.NET Core 1.1 proj…
-
I have been having some trouble building on my mac since the change of target framework from
`netstandard2.0;net452`
to
`netstandard2.0;net461`
I may be able to diagnose why I can't build …
sudsy updated
5 years ago
-
I have a simple test project that contains only one test and this test is working fine on my local machine. But when i am running same test on VSTS it's failing with following error
```
2018-06-20T0…
-
@kbilsted commented on [Fri Sep 20 2019](https://github.com/NuGet/docs.microsoft.com-nuget/issues/1690)
When targeting multiple frameworks, nuget no longer displays ` This package contains a .NET Cor…
-
Hi,
I was looking at this project again, came across an inconsistancy, just wanted to make you aware of it.
All the original projects target
netstandard2.0 and net452
The new test projects - T…
-
Hi,
Could you downgrade Net Framework required to 4.5.2 so it could be installed in older apps?
Thank you.
-
## Description
When running `dotnet test ./src/Fantomas.Tests/Fantomas.Tests.fsproj -c Release --no-build --no-restore --test-adapter-path:. --logger:nunit;LogFilePath=../../TestResults.xml` I rece…
nojaf updated
5 years ago
-
Please update the whole sample to use the new version of MSAL (4).
There are breaking changes from MSAL 3 to 4.
-
Seems a recent update broke the DeleteFromQuery(). Even things like
db.EntitySet.Where(x => x.Id == 123456).DeleteFromQuery() throw the System.NullReferenceException
Stack:
[NullReferenceExcept…