如何从源代码构建Autofac?我发现只有一个被弃用的wiki页面。从源代码构建Autofac
我试图发动go.cmd(.NET Framework 4.0中),但它有错误失败:
C:\Autofac\Autofac.csproj" (default target) (4) ->
(CoreCompile target) ->
Builder\MetadataConfiguration.cs(28,14): error CS0234: The type or namespace name 'Linq' does not exist in the namespace 'System' (are you missing an assembly reference?)
[C:\Autofac\Core\Source\Autofac\Autofac.csproj] Features\LazyDependencies\LazyWithMetadataRegistrationSource.cs(28,14): error CS0234: The type or namespace name 'Linq' does not exist in the namespace 'System' (are you missing an assembly reference?)
我做错了吗?
谢谢!有用。我只想重建Autofac for .NET 4.从NuGet包https://nuget.org/packages/Autofac/3.0.0-beta2使用它时,我有mscorlib 2警告。 – asa