You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(#131): Fix build warnings from dotnet build Release configuration (#137)
* plan(#131): initial brief from issue
* plan(#131): review brief
* plan(#131): apply brief review feedback
* plan(#131): review brief
* plan(#131): apply brief review feedback
* plan(#131): review brief
* plan(#131): apply brief review feedback
* plan(#131): review brief
* plan(#131): create task breakdown
* feat(#131): implement tasks
* feat(#131): complete implementation
* fix(#131): use char overload of StartsWith on net8.0 to resolve CA1865
Use preprocessor directive to select string.StartsWith(char) on net8.0
and string.StartsWith(string, StringComparison) on netstandard2.0,
satisfying both CA1865 and CA1310 analyser rules.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix(#131): remove redundant HistogramIterationValue allocation in enumerator
Current property now points directly to _currentIterationValue field,
eliminating a dead allocation and the misleading indirection where
MoveNext() reassigned Current to the same object that _currentIterationValue
already referenced.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Lee Campbell <lee.ryan.campbell@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments