Releases: agoda-com/dotnet-build-metrics
Releases · agoda-com/dotnet-build-metrics
1.0.117
1.0.113
Update Agoda.DevFeedback.Common.csproj (#42)
1.0.111
fix branch name on CI (#41) Co-authored-by: psomangali <[email protected]>
1.0.110
using ternary expression (#40) Co-authored-by: psomangali <[email protected]>
1.0.109
include runid TestCasePayload (#39) Co-authored-by: psomangali <[email protected]>
1.0.108
use default timeout (#38) Co-authored-by: Virasak Dungrikaew <[email protected]>
1.0.107
fix wrong endpoint for sending build time (#37) Co-authored-by: Virasak Dungrikaew <[email protected]>
1.0.104
use Newtonsoft instead of System.Text.Json (#36) Co-authored-by: vdungsrikaew <[email protected]>
1.0.103
Proposal: Refactor publisher (#29) * Refactoring publisher to reduce logic and support async operation. * Forgot to fill in environment variable names in lookup table. * Fixed failed conflict resolution. * Updated to use new publish methods. * Use Wait instead of RunSynchronously
1.0.100
Migrate xUnit plugin. (#27) * Migrate xUnit plugin. * Remove redundant GitContext class * Changed target framework for shared library, moved TestCase to shared location. * Remove old models, simplify test case collection. * Moved NUnitTestCasePayload to shared library. * Rewriting TestResultsBuilder * Fixed typo in enum name. * Fleshed out rest of reporting. * Added reference link for NUnit TestCase XML definition. * Made xUnit package target netstandard2.0 instead of net6 * Moved some tests. * Renamed to match new type name. * Added some sample xUnit tests to publish. * Refactoring to clean up task contention (attempting to run binary inside a task). * Fixed async issues, testing generated JSON again. * Fixing how we populate the name * Removed testing code. * Code cleanup, remove random tests.