Oskar Gewalli
Oskar Gewalli
From the error it looks like there has been some additions to the csproj that have been merged in https://github.com/solidify/jira-azuredevops-migrator/blob/wallymathieu-upgrade-to-vs2017-format/src/WorkItemMigrator/JiraExport/jira-export.csproj#L83C2-L103 In the new format, there is no need to explicitly...
That sounds odd to say the least. When I build it locally it builds into bin/release/net6 even though there is only one targetframework. Another way to compile it into a...
This time it complains on a missing jira-export.dll, probably because for .net. we get more files than for .net than framework. Perhaps it would be better to add `PublishSingleFile`: https://learn.microsoft.com/en-us/dotnet/core/deploying/single-file/overview?tabs=cli...
I think this question is quite interesting. The question about how an API should be able to decode/encode different versions with a sort of ambient context such as options that...
Is the `vendor/cjpeg` a correct binary? I noticed that the compiled binary on a ubuntu18.04 32 bit system was referencing 64 bit libraries...
This should be fixed. There is a bug around the timeout functionality that should be fixed in #62
Yes, this would make sense.
I've added additional functions in order to simplify this scenario. You can also look at how it's done in the teamcity implementation.
https://github.com/mausch/Fuchu/blob/4cae84092d8832579ab01b68fa7781c65ee7c34f/Fuchu/Fuchu.fs#L608-L613 See for instance the `runParallelPrint`. I had the same need as you when I did the Fable integration.
Perhaps close this issue?