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
Migrated first 3 major projects over to .NET Core/Standard 2.0
- adjusted configuration handling (still some work left here)
- adjusted logging setup (still some work left here)
- added support for running as a Windows Service
- cleaned up namespace naming conventions
NOTE, unit tests have not yet been moved over.
We are currently leveraging this product for our project. We appreciate all of your time and effort that has gone into this, it is a great pull server solution for PowerShell DSC. We are looking to update our codebase for Tug, so I was checking in to see if there is a release for .NET Core 2.0 on the horizon.
Now that several external platform components have stabilized, it's time to move over to them and move forward:
TugDSC.Abstractions
(formerlyTug.Base
)TugDSC.Server.Abstractions
(formerlyTug.Server.Base
)TugDSC.Server.WebAppHost
(formerlyTug.Server
)TugDSC.Client.CLIApp
(formerlyTug.Client
)TugDSC.Server.FaaS.AwsLambda
(formerlyTug.Server.FaaS.AwsLambda
)TugDSC.Server.Providers.PS6Handler
(replacesTug.Server.Providers.Ps5DscHandler
)The text was updated successfully, but these errors were encountered: