microsoft / qsharp-runtime

Runtime components for Q#
https://docs.microsoft.com/quantum
MIT License
285 stars 93 forks source link

Change IWorkspace.GetSasUriAsync return type to Task<Uri> #436

Open mirounga opened 3 years ago

mirounga commented 3 years ago

Please describe what you would like the feature to accomplish. Currently the method returns string that is immediately converted to Uri object by the callers. I suggest keeping it strongly typed and use the Uri class throughout.

Describe the solution you'd like Change the return type to Task\<Uri>

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

bettinaheim commented 3 years ago

That seems reasonable, thanks for filing.