You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.IEnumerable
1<System.String>) to the mergeWARN: 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.IEnumerable
1<Sys
The text was updated successfully, but these errors were encountered: