conductor-sdk / conductor-csharp

The conductor-csharp repository provides the client SDKs to build task workers in C#
Apache License 2.0
41 stars 16 forks source link

Rename the Task Class #90

Closed j0nimost closed 7 months ago

j0nimost commented 1 year ago

I have come across a conflict between System.Threads.Tasks.Task and Conductor.Client.Models.Task The class in question is here: https://github.com/conductor-sdk/conductor-csharp/blob/ec6a079113826782d26c83b6b5b6d037860cfc9c/Conductor/Client/Models/Task.cs#L12-L18

Can it be renamed to something else?

v1r3n commented 7 months ago

Hi @j0nimost we will consider this in the future versions, currently changing the name is going to cause backwards compatibility issues. Closing this issue for now, but we will certainly find a way in the future releases.