ReferenceGenerator icon indicating copy to clipboard operation
ReferenceGenerator copied to clipboard

Results 10 ReferenceGenerator issues
Sort by recently updated
recently updated
newest added

I'm getting a 404 on the nuget feed in nuget.config: `https://www.myget.org/F/c037199d-41df-4567-b966-25ff65324688/api/v3/index.json` and the project fails to build on vs2019 (missing `System.CommandLine`, as well as `NuGet.Frameworks`)

I have experienced serious build and deploy issues using using https://www.nuget.org/packages/NuSpec.ReferenceGenerator/2.0.0-beta-bld14 package in the following project: https://github.com/XLabs/Xamarin-Forms-Labs Build process extremely slows down for the iOS build on Mac using Xamarin...

I have a project.lock.json file that contains this: ``` "targets": { ".NETStandard,Version=v1.0": { "Microsoft.NETCore.Jit/1.0.2": {}, ``` And refgen.exe crashes on this because it expects that empty document to contain at...

I am updating MSBuild's nuspecs with properties, so that we can inject project to project versions: `` This causes the reference generator task to fail: ``` 16:37:22.020 10:8>Target "UpdateNuspecDependencies: (TargetId:72)"...

I don't know why I get these errors randomly. When it starts, it seems to remain until I clean the source directory, then I'm good for a while. What's going...

I am frequently seeing changes to my .nuspec source file from a build because the ReferenceGenerator reorders dependencies, such as this one: ``` diff - - + + ``` If...

Currently, there is only a build script for Windows. There should also be a build script that enables it to build on Mono.

### onovotny/ReferenceGenerator now has a Chat Room on Gitter @onovotny has just created a chat room. You can visit it here: [https://gitter.im/onovotny/ReferenceGenerator](https://gitter.im/onovotny/ReferenceGenerator?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&content=body_link). This pull-request adds this badge to your readme.md:...

_I know this isn't an easy one, but logging it for a possible vNext_ As discussed in an [issue for Prism](https://github.com/PrismLibrary/Prism/issues/158#issuecomment-143502923), sometimes you would like to generate multiple packages from...

needs-design
up-for-grabs