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
The last command gets executed successfully. All the "protobuf-net*" assemblies get aliased correctly ("_Alias" is added to the end of their namespaces) and all the references to them are patched accordingly.
Actual Result
Internalize: False
Suffix: _Alias
AssembliesToAlias:
* protobuf-net*
Resolved assemblies to alias:
* protobuf-net.Core
* protobuf-net
Could not load assembly: System.Xml. It may need to exist in the target directory, or be added to the reference list.
The text was updated successfully, but these errors were encountered:
Environment
Alias 0.4.3+82222e7b7486be0ad379f4e0a9fb9adfb1107278
Steps to Reproduce
dotnet tool install --global Alias
dotnet add package protobuf-net --version 3.2.26
assemblyalias.exe --suffix _Alias --assemblies-to-alias "protobuf-net*"
Expected Result
The last command gets executed successfully. All the "protobuf-net*" assemblies get aliased correctly ("_Alias" is added to the end of their namespaces) and all the references to them are patched accordingly.
Actual Result
The text was updated successfully, but these errors were encountered: