Skip to content

By default NuGet complains about strongly-named assembly #4

Description

@guidol-ive

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions