Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

NuGet bug: Microsoft.Scripting.* assemblies shouldn't be referenced #92

@tkellogg

Description

@tkellogg

I just installed the IronJS-0.2.0.1 package which includes three Microsoft.Scripting.* DLLs. Two of these assemblies caused build warnings (Microsoft.Scripting.Core and Microsoft.Scripting.ExtensionAttribute) due to multiple assemblies with the same classes. The aspnet compile of Razor views completely failed for the same reason.

I fixed the problem by removing Microsoft.Scripting.Core and Microsoft.Scripting.ExtensionAttribute from the project references. Which brings me to the ultimate question, why were these being referenced at all?

I'm using .NET 4.5. I also asked this stack overflow question about it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions