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
.NET Standard 8.0
Error during linking when building native lib with dotnet publish
dotnet publish -c Release -r win-x64 -p:PublishAot=true -p:NativeLib=Static
When I attempt to build my native library using dotnet publish /p:NativeLib=Static, I encounter an error during the C++ linking process. Could you please help me identify the issue? The specific error message is as follows: LoadLibrary.cpp linker generated manifest res * : fatal error LNK1241: resource file ETWCaptureLib.lib(ETWCaptureLib.obj) already specified
This is my project file STATIC_LIB_LINK_ERROR.zip
The text was updated successfully, but these errors were encountered:
Target framework
Error during linking when building native lib with dotnet publish
dotnet publish -c Release -r win-x64 -p:PublishAot=true -p:NativeLib=Static
When I attempt to build my native library using dotnet publish /p:NativeLib=Static, I encounter an error during the C++ linking process. Could you please help me identify the issue? The specific error message is as follows:
LoadLibrary.cpp linker generated manifest res * : fatal error LNK1241: resource file ETWCaptureLib.lib(ETWCaptureLib.obj) already specified
This is my project file
STATIC_LIB_LINK_ERROR.zip
The text was updated successfully, but these errors were encountered: