-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
After deploying either 0.2.0.1 or 0.3.01-pre, unit tests raise:
Result StackTrace:
at xxx.Rocketchat.Server.SendMessage(String roomName, String text)
at xxx.Rocketchat.Server.Send(String roomName, String text)
at xxx.UnitTest.RocketChatTest.SendMessage() in C:\ws\xxx\RocketChatTest.cs:line 24
Result Message:
Test method xxx.UnitTest.RocketChatTest.SendMessage threw exception:
System.IO.FileLoadException: Could not load file or assembly 'Rocket.Chat.Net, Version=0.2.0.1, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)
Better would have the NuGet made such that it does not occur.
Reactions are currently unavailable