Skip to content

Support macros without !! and general macro improvements #8

Support macros without !! and general macro improvements

Support macros without !! and general macro improvements #8

Triggered via pull request December 5, 2023 06:11
Status Failure
Total duration 4m 50s
Artifacts

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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
{
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
{
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
{
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
{
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
{
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,