Support macros without !! and general macro improvements #8
Annotations
9 errors
Run: Test, InstallLinters, Lint
Error /home/runner/work/visp-fs/visp-fs/src/Visp.Common/PooledDictionary.cs - Was not formatted.
|
Run: Test, InstallLinters, Lint
----------------------------- Expected: Around Line 11 -----------------------------
|
|
Run: Test, InstallLinters, Lint
public static void ReturnToPool<K, V>(this Dictionary<K, V> it)
|
Run: Test, InstallLinters, Lint
where K : notnull => PooledDictionary<K, V>.Return(it);
|
Run: Test, InstallLinters, Lint
----------------------------- Actual: Around Line 11 -----------------------------
|
|
Run: Test, InstallLinters, Lint
public static void ReturnToPool<K, V>(this Dictionary<K, V> it) where K : notnull
|
Run: Test, InstallLinters, Lint
=> PooledDictionary<K, V>.Return(it);
|
The logs for this run have expired and are no longer available.
Loading