Azure / azure-functions-durable-powershell

PowerShell SDK for writing Durable Functions apps
MIT License
7 stars 3 forks source link

Change the type of `DurableTask.Core.History.HistoryEvent` so it is not accessed from the global namespace #17

Open michaelpeng36 opened 1 year ago

michaelpeng36 commented 1 year ago

Currently, the DurableTask.Core.History.HistoryEvent is accessed from the global namespace due to a naming conflict. Ideally, a shorter type name would be used, and there would be a cleaner way to access it than through the global namespace.