Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
43602c8
Initial plan for issue
Copilot May 21, 2025
7eb6299
Add thread safety to dictionary operations in Trace class
Copilot May 21, 2025
c8617fb
Update ITrace documentation to note thread safety
Copilot May 21, 2025
67a1c40
Replace locks with ConcurrentDictionary in Trace class
Copilot May 21, 2025
02999b2
Move thread safety comments from interface to implementation
Copilot May 21, 2025
84f78f7
Revert to Lazy<Dictionary> while maintaining thread safety
Copilot May 21, 2025
66efc2a
Use Lazy<ConcurrentDictionary> for thread safety without locks
Copilot May 21, 2025
bdc9edb
Fix AddDatum to maintain API contract by throwing ArgumentException f…
Copilot May 21, 2025
5a2e4c4
Improve thread safety test with more specific assertions
Copilot May 21, 2025
46f48ef
Revert to simpler test assertions as requested
Copilot May 21, 2025
5179a59
Merge branch 'master' into copilot/fix-5111
sourabh1007 May 23, 2025
bba23bf
Use OrderedConcurrentDictionary to maintain element order while prese…
Copilot May 27, 2025
4f002b9
Revert to ConcurrentDictionary to address ordering issues
Copilot May 27, 2025
32f10db
Merge branch 'master' into copilot/fix-5111
kirankumarkolli Jun 27, 2025
b1a0b69
Merge branch 'master' into copilot/fix-5111
kirankumarkolli Jul 6, 2025
584468c
Merge branch 'master' into copilot/fix-5111
kirankumarkolli Jul 11, 2025
2170a32
Merge branch 'master' into copilot/fix-5111
FabianMeiswinkel Aug 14, 2025
8924def
Update Trace.cs
FabianMeiswinkel Aug 18, 2025
d520f50
Update Trace.cs
FabianMeiswinkel Aug 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

No changes to show.

This commit has no content.