Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Why so many dependencies? Causing problems for ILRepack #35

Open
PhilipDaniels opened this issue Jul 14, 2016 · 0 comments
Open

Why so many dependencies? Causing problems for ILRepack #35

PhilipDaniels opened this issue Jul 14, 2016 · 0 comments

Comments

@PhilipDaniels
Copy link

I don't understand why there are so many dependencies when I install Microphone.AspNet in a Framework 4.5.1 project. It's even pulling in things like Microsoft.CodeAnalysis.dll. I discovered this when I tried to run ILRepack on the output assembly.

I haven't followed the dnx thing closely...but if I am installing Microphone in a project that targets a framework version shouldn't that stuff be pulled from the GAC?

WARN: Method reference is used with definition return type / parameter. Indicates a likely invalid set of assemblies, consider one of the following WARN: - Remove the assembly defining Microsoft.CodeAnalysis.OptimizationLevel from the merge WARN: - Add assembly defining Microsoft.CodeAnalysis.CSharp.CSharpCompilationOptions Microsoft.CodeAnalysis.CSharp.CSharpCompilationOptions::WithOptimizationLevel(Microsoft.CodeAnalysis.OptimizationLevel) to the merge WARN: Method reference is used with definition return type / parameter. Indicates a likely invalid set of assemblies, consider one of the following WARN: - Remove the assembly defining Microsoft.CodeAnalysis.OptimizationLevel from the merge WARN: - Add assembly defining Microsoft.CodeAnalysis.CSharp.CSharpCompilationOptions Microsoft.CodeAnalysis.CSharp.CSharpCompilationOptions::WithOptimizationLevel(Microsoft.CodeAnalysis.OptimizationLevel) to the merge WARN: Method reference is used with definition return type / parameter. Indicates a likely invalid set of assemblies, consider one of the following WARN: - Remove the assembly defining Microsoft.CodeAnalysis.DocumentationMode from the merge WARN: - Add assembly defining System.Void Microsoft.CodeAnalysis.CSharp.CSharpParseOptions::.ctor(Microsoft.CodeAnalysis.CSharp.LanguageVersion,Microsoft.CodeAnalysis.DocumentationMode,Microsoft.CodeAnalysis.SourceCodeKind,System.Collectio ns.Generic.IEnumerable1<System.String>) to the merge
WARN: Method reference is used with definition return type / parameter. Indicates a likely invalid set of assemblies, consider one of the following
WARN: - Remove the assembly defining Microsoft.CodeAnalysis.OutputKind from the merge
WARN: - Add assembly defining System.Void Microsoft.CodeAnalysis.CSharp.CSharpCompilationOptions::.ctor(Microsoft.CodeAnalysis.OutputKind,System.Boolean,System.String,System.String,System.String,System.Collections.Generic.IEnumerable1<Sys

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant