Zoltan Both
Zoltan Both
At least I'm not the only one with this issue 😄 (see #267)
This also happens if none of the stages produce a plan with changes. All the attachment URLs are returning 404.
As far as I could tell it works correctly in Pipelines/Pipelines, but does not work correctly in Pipelines/Releases. Don't know if there's anything different in how these two render console...
see also this issue on the subject: https://github.com/microsoft/azure-pipelines-agent/issues/1569 especially this comment by the end: https://github.com/microsoft/azure-pipelines-agent/issues/1569#issuecomment-618505636
hi @JKrag i tested your branch and for me it works correctly. do you have any issue in particular? i'd be happy to help
Closing this as it's a duplicate of #268.
I faced a similar issue and have found a way to get it to work. Here's my folder strucutre (I it on the example from [here](https://learn.microsoft.com/en-us/dotnet/core/tools/custom-templates)): ``` C:\temp\template_example │ TemplateExample.sln...
Hey @vkhorikov, I have created a PR (#543) to address this issue. Please let me know if you're happy with this solution. I'm not sure if anything is needed for...
`Maybe` is now capable of holding and correctly handling enumeration types and other structure types, so I think this issue could be closed.
I believe this use-case is now covered by the [`Result`](https://github.com/vkhorikov/CSharpFunctionalExtensions/blob/master/CSharpFunctionalExtensions/Result/ResultTE.cs) so I believe this could be closed.