Exception during build in VS2015 Enterprise (Release version)
See original GitHub issueThe only active weaver for the project is PropertyChanged.Fody 1.50.1
6> Fody (version 1.11.5.0) Executing
6>MSBUILD : error : Fody: An unhandled exception occurred:
6>MSBUILD : error : Exception:
6>MSBUILD : error : Unknown custom metadata item kind: 6
6>MSBUILD : error : StackTrace:
6>MSBUILD : error : bei Microsoft.Cci.Pdb.PdbFunction.ReadCustomMetadata(BitAccess bits)
6>MSBUILD : error : bei Microsoft.Cci.Pdb.PdbFunction…ctor(ManProcSym proc, BitAccess bits)
6>MSBUILD : error : bei Microsoft.Cci.Pdb.PdbFunction.LoadManagedFunctions(BitAccess bits, UInt32 limit, Boolean readStrings)
6>MSBUILD : error : bei Microsoft.Cci.Pdb.PdbFile.LoadFuncsFromDbiModule(BitAccess bits, DbiModuleInfo info, IntHashTable names, ArrayList funcList, Boolean readStrings, MsfDirectory dir, Dictionary2 nameIndex, PdbReader reader) 6>MSBUILD : error : bei Microsoft.Cci.Pdb.PdbFile.LoadFunctions(Stream read, Dictionary
2& tokenToSourceMapping, String& sourceServerData, Int32& age, Guid& guid)
6>MSBUILD : error : bei Mono.Cecil.Pdb.PdbReader.PopulateFunctions()
6>MSBUILD : error : bei Mono.Cecil.Pdb.PdbReader.ProcessDebugHeader(ImageDebugDirectory directory, Byte[] header)
6>MSBUILD : error : bei Mono.Cecil.ModuleDefinition.ProcessDebugHeader()
6>MSBUILD : error : bei Mono.Cecil.ModuleDefinition.ReadSymbols(ISymbolReader reader)
6>MSBUILD : error : bei Mono.Cecil.ModuleReader.ReadSymbols(ModuleDefinition module, ReaderParameters parameters)
6>MSBUILD : error : bei Mono.Cecil.ModuleReader.CreateModuleFrom(Image image, ReaderParameters parameters)
6>MSBUILD : error : bei Mono.Cecil.ModuleDefinition.ReadModule(Stream stream, ReaderParameters parameters)
6>MSBUILD : error : bei Mono.Cecil.ModuleDefinition.ReadModule(String fileName, ReaderParameters parameters)
6>MSBUILD : error : bei InnerWeaver.ReadModule() in c:\TeamCity\buildAgent\work\cb27d9fe612cd341\FodyIsolated\ModuleReader.cs:Zeile 16.
6>MSBUILD : error : bei InnerWeaver.Execute() in c:\TeamCity\buildAgent\work\cb27d9fe612cd341\FodyIsolated\InnerWeaver.cs:Zeile 31.
6>MSBUILD : error : Source:
6>MSBUILD : error : Mono.Cecil.Pdb
6>MSBUILD : error : TargetSite:
6>MSBUILD : error : Void ReadCustomMetadata(Microsoft.Cci.Pdb.BitAccess)
6>MSBUILD : error :
6> Finished Fody 132ms.
Issue Analytics
- State:
- Created 8 years ago
- Comments:13 (5 by maintainers)
@SimonCropp thanks for the help, but there is no need, @jpleed3 solved it!! i had the same thing!!
in my case, i had:
Removed it, and it worked ! Being in the project file, must be why i did not find anything on searching NotifyPropertyWeaver.
Thank you @jpleed3 and @SimonCropp
its working after updating to latest package