GithubHelp home page GithubHelp logo

vandelay's People

Contributors

dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar jasonwoods-7 avatar sandonfetters avatar simoncropp avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

sandonfetters

vandelay's Issues

Update to Fody Version 2

Fody Version 2 is out and you will need to do an update for your addin to be usable with it

Specifically:

  • Update to the newest Fody.Cecil nuget
  • Change the min dependency range for Fody to be at least 2.0

Please ping me if u need help

remove tuples from weaver

tuples in the weaver are throwing the following exception:

Severity	Code	Description	Line	Project	File	Suppression State
Error		Fody: An unhandled exception occurred:
Exception:
Failed to execute weaver C:\src\VandelayTest\packages\Vandelay.Fody.0.8.0\build\..\weaver\Vandelay.Fody.dll
Type:
System.Exception
StackTrace:
   at InnerWeaver.ExecuteWeavers() in C:\projects\fody\FodyIsolated\InnerWeaver.cs:line 213
   at InnerWeaver.Execute() in C:\projects\fody\FodyIsolated\InnerWeaver.cs:line 110
Source:
FodyIsolated
TargetSite:
Void ExecuteWeavers()
Could not load file or assembly 'System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
Type:
System.IO.FileNotFoundException
StackTrace:
   at Vandelay.Fody.ModuleWeaver.InjectRetriever(TypeReference importType, IReadOnlyCollection`1 searchPatterns)
   at Vandelay.Fody.ModuleWeaver.ProcessImportMany(MethodDefinition method, Instruction instruction, IGenericInstance methodReference)
   at Vandelay.Fody.ModuleWeaver.ProcessInstruction(MethodDefinition method, Instruction instruction)
   at Vandelay.Fody.ModuleWeaver.Process(MethodDefinition method)
   at Vandelay.Fody.ModuleWeaver.HandleImports()
   at Vandelay.Fody.ModuleWeaver.Execute()
   at InnerWeaver.ExecuteWeavers() in C:\projects\fody\FodyIsolated\InnerWeaver.cs:line 184
Source:
Vandelay.Fody
TargetSite:
Mono.Cecil.MethodDefinition InjectRetriever(Mono.Cecil.TypeReference, System.Collections.Generic.IReadOnlyCollection`1[System.String])
Could not load file or assembly 'System.ValueTuple, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
Type:
System.IO.FileNotFoundException

u cant use InfoOf in the weaver

InfoOf imports type information from the current runtime. ie the runtime that msbuild will be running in. so of u use msbuild to compile a netcore assembly, you will import type information from net452 into the netcore assembly, resulting in invalid references.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.