NimbusAPI / Nimbus

Nimbus is a .NET client library to provide an easy abstraction over common messaging frameworks.
http://nimbusapi.com/
MIT License
113 stars 84 forks source link

Porting Nimbus to Netstandard 2.0 (.NET Core & .NET 4.6.2) #275

Closed JeremyCade closed 4 years ago

JeremyCade commented 6 years ago

Placeholder issue for tasks to be completed to port Nimbus to netstandard2.0 (.NET Core) and .NET 4.6.1

Core - Convert to netstandard2.0 & .NET 4.6.2

Extensions - Convert to netstandard2.0 & .NET 4.6.2

Unit Testing - NUnit netstandard2.0 & .NET 4.6.2

Fody

Build Infrastructure

JeremyCade commented 6 years ago

@uglybugger I've removed Fody for the time being to get the port underway.

My understanding is that there are a number of upstream Fody packages that need to be ported before Fody will be usable with .NET Core and .NET Standard.