Releases: agoda-com/dotnet-build-metrics
Releases · agoda-com/dotnet-build-metrics
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.
1.0.98
Add clean tokens for gitlab CI and more tests (#34)
1.0.95
Fix wrong mapping and add tests (#33) * fix datetime format error while deserialize test report * add more date time formats update test --------- Co-authored-by: vdungsrikaew <[email protected]>
1.0.94
fix datetime format error while deserialize test report (#32) Co-authored-by: vdungsrikaew <[email protected]>
1.0.93
add RedirectStandardError = true (#31) Co-authored-by: Natchanon Nuntanirund <[email protected]>
1.0.90
Update NUnitTestCasePayload.cs (#30)
1.0.82
Capturing Test run data from Developer Local Machines (#26) * Working e2e on local with Tests * publish alpha pkg * add license to nuget * Add simple local load test we can use * fix commit * Changes for addins file to include in output * fix lint warning * remove local debugging * add optional get gitlab user id from piepline trigger
1.0.72
Fix exception name + add CI for pull requests (#24)
1.0.70
Add package for measuring aspnet startup time. (#22) * refactor code for reusability * create common lib and add timed aspnet startup * rename BuildTime to DevFeedback in Common lib * add timed application lifetime started * fix usability issues * Extend readme for new AspNetStartup package. Co-authored-by: nic <[email protected]>
1.0.66
refactor code for reusability (#21) Co-authored-by: nic <[email protected]>