如何從源代碼構建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