Cannot find DLL of built library #64272
-
|
I'm trying to build Microsoft.VisualBasic.Core for .NET Standard 2.0 because the .NET Standard version of the Microsoft.VisalBasic nuget package is missing almost all of the classes for some reason (the .NET Framework and .NET Core+ versions have the full implementation). I've followed the directions at https://github.com/dotnet/runtime/blob/main/docs/workflow/building/libraries/README.md. The CoreCLR built just fine, then I ran After that, I figured there'd be a DLL in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
There had never been .NET Standard support for Microsoft.VisualBasic.Core. Modifying the project file is a non-trivial work. It requires additional knowledge of the runtime repository organizing. |
Beta Was this translation helpful? Give feedback.
There had never been .NET Standard support for Microsoft.VisualBasic.Core.
runtime/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft.VisualBasic.Core.vbproj
Line 19 in 43ceed5
Modifying the project file is a non-trivial work. It requires additional knowledge of the runtime repository organizing.