Support macros without !! and general macro improvements #8
pull-request.yml
on: pull_request
windows-latest
4m 37s
ubuntu-latest
3m 20s
macos-latest
3m 11s
Annotations
27 errors
macos-latest
Error /Users/runner/work/visp-fs/visp-fs/src/Visp.Common/PooledDictionary.cs - Was not formatted.
|
macos-latest
----------------------------- Expected: Around Line 11 -----------------------------
|
|
macos-latest
public static void ReturnToPool<K, V>(this Dictionary<K, V> it)
|
macos-latest
where K : notnull => PooledDictionary<K, V>.Return(it);
|
macos-latest
----------------------------- Actual: Around Line 11 -----------------------------
|
|
macos-latest
public static void ReturnToPool<K, V>(this Dictionary<K, V> it) where K : notnull
|
macos-latest
=> PooledDictionary<K, V>.Return(it);
|
ubuntu-latest
Error /home/runner/work/visp-fs/visp-fs/src/Visp.Common/PooledDictionary.cs - Was not formatted.
|
ubuntu-latest
----------------------------- Expected: Around Line 11 -----------------------------
|
|
ubuntu-latest
public static void ReturnToPool<K, V>(this Dictionary<K, V> it)
|
ubuntu-latest
where K : notnull => PooledDictionary<K, V>.Return(it);
|
ubuntu-latest
----------------------------- Actual: Around Line 11 -----------------------------
|
|
ubuntu-latest
public static void ReturnToPool<K, V>(this Dictionary<K, V> it) where K : notnull
|
ubuntu-latest
=> PooledDictionary<K, V>.Return(it);
|
windows-latest
Error D:/a/visp-fs/visp-fs/src/Visp.Common/PooledDisposer.cs - Was not formatted.
|
windows-latest
----------------------------- Expected: Around Line 15 -----------------------------
|
windows-latest
/// <param name="ret">Function to call when disposed</param>
|
windows-latest
public readonly struct PooledDisposer<T>(T value, Action<T> ret) : IDisposable
|
|
windows-latest
----------------------------- Actual: Around Line 15 -----------------------------
|
windows-latest
/// <param name="ret">Function to call when disposed</param>
|
windows-latest
public readonly struct PooledDisposer<T>(
|
windows-latest
T value,
|