Skip to content

Instantly share code, notes, and snippets.

@derekmorr
derekmorr / gist:de0048d73b16a8b4c65e6ca362c6e499
Created December 12, 2017 19:20
myget build failure for landis core
MyGet Wonka - Version 1.9.0.24470
(C) MyGet 2012 - 2017 - www.myget.org
Making NuGet for all of the world to enjoy! (@jglozano)
- http://twitter.com/jglozano/status/228462337663832064
Verifying package source...
Package source verification succeeded.
@derekmorr
derekmorr / gist:8a77351bfa9b6adb8a16076f9e5f1c05
Created December 13, 2017 16:08
build output for Extension-Base-BDA
dvm105@its-sas-tsb-17 ~/landis/Extension-Base-BDA/src % dotnet build
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.
branches/base-BDA-v3-climate/src/AssemblyInfo.cs(6,12): error CS0579: Duplicate 'AssemblyTitle' attribute [/Users/dvm105/landis/Extension-Base-BDA/src/base-BDA.csproj]
branches/base-BDA-v3-climate/src/AssemblyInfo.cs(16,12): error CS0579: Duplicate 'AssemblyVersion' attribute [/Users/dvm105/landis/Extension-Base-BDA/src/base-BDA.csproj]
obj/Debug/netstandard2.0/base-BDA.AssemblyInfo.cs(10,12): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute [/Users/dvm105/landis/Extension-Base-BDA/src/base-BDA.csproj]
obj/Debug/netstandard2.0/base-BDA.AssemblyInfo.cs(11,12): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute [/Users/dvm105/landis/Extension-Base-BDA/src/base-BDA.csproj]
obj/Debug/netstandard2.0/base-BDA.AssemblyInfo.cs(12,12): error CS0579: Duplicate 'System.R