mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-07-28 01:37:43 +00:00
7737098a54
ref struct types (BatchOutputs, BatchInputs, ScalarState, WorkBuffers) cannot implement IEquatable<T> — C# prohibits interface implementation on ref structs. Added #pragma warning disable/restore MA0077 at type declaration level in AccBands.cs, Aberr.cs, Apz.cs (9 ref structs). Renamed local 'output' to 'result' in Wma.Coverage.Tests.cs to avoid shadowing the primary constructor ITestOutputHelper parameter (S1117/MA0084).