Skip to content

Publish to NuGet

Publish to NuGet #2

Manually triggered November 18, 2025 19:32
Status Success
Total duration 7m 22s
Artifacts

nuget.yml

on: workflow_dispatch
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

40 warnings
test (ubuntu-latest): Hexa.NET.Unsafe.Analyzers/MemberNotFreedAnalyzer.cs#L9
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
test (ubuntu-latest): Hexa.NET.Unsafe.Analyzers/UnreleasedIFreeableAnalyzer.cs#L10
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
test (ubuntu-latest): TestApp/Program.cs#L44
The field or property '_unsafeList' implements IFreeable but is not released via Release()
test (ubuntu-latest): TestApp/Program.cs#L93
The field or property '_unsafeDict' implements IFreeable but is not released via Release()
test (ubuntu-latest): Hexa.NET.Utilities/HashMap.cs#L224
The field 'HashMap<TKey, TValue>.equals' is never used
test (ubuntu-latest): Hexa.NET.Utilities/HashMap.cs#L224
The field 'HashMap<TKey, TValue>.equals' is never used
test (ubuntu-latest): Hexa.NET.Unsafe.Analyzers/ReadonlyFreeableStructAnalyzer.cs#L10
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
test (ubuntu-latest): Hexa.NET.Unsafe.Analyzers/PointerFreeAnalyzer.cs#L9
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
test (ubuntu-latest): Hexa.NET.Unsafe.Analyzers/MemberNotFreedAnalyzer.cs#L9
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
test (ubuntu-latest): Hexa.NET.Unsafe.Analyzers/UnreleasedIFreeableAnalyzer.cs#L10
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
test (macos-latest): Hexa.NET.Utilities/HashMap.cs#L224
The field 'HashMap<TKey, TValue>.equals' is never used
test (macos-latest): Hexa.NET.Utilities/HashMap.cs#L224
The field 'HashMap<TKey, TValue>.equals' is never used
test (macos-latest): TestApp/Program.cs#L93
The field or property '_unsafeDict' implements IFreeable but is not released via Release()
test (macos-latest): TestApp/Program.cs#L44
The field or property '_unsafeList' implements IFreeable but is not released via Release()
test (macos-latest): Hexa.NET.Unsafe.Analyzers/UnreleasedIFreeableAnalyzer.cs#L10
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
test (macos-latest): Hexa.NET.Unsafe.Analyzers/ReadonlyFreeableStructAnalyzer.cs#L10
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
test (macos-latest): Hexa.NET.Unsafe.Analyzers/PointerFreeAnalyzer.cs#L9
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
test (macos-latest): Hexa.NET.Unsafe.Analyzers/MemberNotFreedAnalyzer.cs#L9
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
test (macos-latest): Hexa.NET.Utilities/HashMap.cs#L224
The field 'HashMap<TKey, TValue>.equals' is never used
test (macos-latest): Hexa.NET.Utilities/HashMap.cs#L224
The field 'HashMap<TKey, TValue>.equals' is never used
test (windows-latest): Hexa.NET.Utilities/HashMap.cs#L224
The field 'HashMap<TKey, TValue>.equals' is never used
test (windows-latest): Hexa.NET.Unsafe.Analyzers/PointerFreeAnalyzer.cs#L9
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
test (windows-latest): TestApp/Program.cs#L44
The field or property '_unsafeList' implements IFreeable but is not released via Release()
test (windows-latest): TestApp/Program.cs#L93
The field or property '_unsafeDict' implements IFreeable but is not released via Release()
test (windows-latest): Hexa.NET.Utilities/HashMap.cs#L224
The field 'HashMap<TKey, TValue>.equals' is never used
test (windows-latest): Hexa.NET.Unsafe.Analyzers/MemberNotFreedAnalyzer.cs#L9
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
test (windows-latest): Hexa.NET.Unsafe.Analyzers/ReadonlyFreeableStructAnalyzer.cs#L10
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
test (windows-latest): Hexa.NET.Unsafe.Analyzers/UnreleasedIFreeableAnalyzer.cs#L10
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
test (windows-latest): Hexa.NET.Utilities/HashMap.cs#L224
The field 'HashMap<TKey, TValue>.equals' is never used
test (windows-latest): Hexa.NET.Unsafe.Analyzers/PointerFreeAnalyzer.cs#L9
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
publish: Hexa.NET.Unsafe.Analyzers/PointerFreeAnalyzer.cs#L9
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
publish: Hexa.NET.Unsafe.Analyzers/ReadonlyFreeableStructAnalyzer.cs#L10
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
publish: TestApp/Program.cs#L93
The field or property '_unsafeDict' implements IFreeable but is not released via Release()
publish: TestApp/Program.cs#L44
The field or property '_unsafeList' implements IFreeable but is not released via Release()
publish: Hexa.NET.Utilities/HashMap.cs#L224
The field 'HashMap<TKey, TValue>.equals' is never used
publish: Hexa.NET.Utilities/HashMap.cs#L224
The field 'HashMap<TKey, TValue>.equals' is never used
publish: Hexa.NET.Unsafe.Analyzers/MemberNotFreedAnalyzer.cs#L9
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
publish: Hexa.NET.Unsafe.Analyzers/UnreleasedIFreeableAnalyzer.cs#L10
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
publish: Hexa.NET.Unsafe.Analyzers/PointerFreeAnalyzer.cs#L9
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
publish: Hexa.NET.Unsafe.Analyzers/ReadonlyFreeableStructAnalyzer.cs#L10
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)