c# - Fody + Mono: the requested feature is not implemented -


i'm trying compile c# project using mono , getting following exception during compilation using xbuild:

error: fody: unhandled exception occurred: exception:   requested feature not implemented. stacktrace:   @ mono.cecil.mdb.mdbreaderprovider.getsymbolreader (mono.cecil.moduledefinition,system.io.stream) <0x00017>   @ mono.cecil.modulereader.readsymbols (mono.cecil.moduledefinition,mono.cecil.readerparameters) <0x000cb>   @ mono.cecil.modulereader.createmodulefrom (mono.cecil.pe.image,mono.cecil.readerparameters) <0x000e7>   @ mono.cecil.moduledefinition.readmodule (system.io.stream,mono.cecil.readerparameters) <0x00063>   @ moduleweaver.gettemplatemoduledefinition () <0x00133>   @ moduleweaver.importassemblyloader (bool) <0x00027>   @ moduleweaver.execute () <0x00113>   @ (wrapper dynamic-method) object.lambda_method (system.runtime.compilerservices.closure,object) <0x0004c>   @ innerweaver.executeweavers () <0x002cb>   @ innerweaver.execute () <0x00123>  source:   mono.cecil.mdb targetsite:   mono.cecil.cil.isymbolreader getsymbolreader(mono.cecil.moduledefinition, system.io.stream)   (hybrasyl) 

the project using fody, appears what's throwing error. can tell fody should support mono. i'm using latest version of mono (v4.0.1.0), fody (v1.28.3.0), , costura fody (v1.3.3.0).

q1: feature compiler claiming not implemented? i'm having trouble understanding error message.

q2: expected behavior? i'm having trouble finding references fody's status respect mono support , not sure if missing support or whether i'm doing incorrectly. i'm new .net + mono world let me know if need clarify further.

thanks!


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -