Skip to content

Merge branch 'release/5.9.0' #283

Merge branch 'release/5.9.0'

Merge branch 'release/5.9.0' #283

Triggered via push July 21, 2024 00:44
Status Success
Total duration 26s
Artifacts

dotnet.yml

on: push
Build & Test
17s
Build & Test
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Build & Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build & Test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build & Test: Hammer/Extensions/MentionUtility.cs#L33
'MentionUtility.MentionChannel(ulong)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Build & Test: Hammer/Extensions/MentionUtility.cs#L54
'MentionUtility.MentionRole(ulong)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Build & Test: Hammer/Extensions/MentionUtility.cs#L65
'MentionUtility.MentionUser(decimal)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Build & Test: Hammer/Extensions/MentionUtility.cs#L82
'MentionUtility.MentionUser(decimal, bool)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Build & Test: Hammer/Extensions/MentionUtility.cs#L93
'MentionUtility.MentionUser(ulong)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Build & Test: Hammer/Extensions/MentionUtility.cs#L110
'MentionUtility.MentionUser(ulong, bool)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Build & Test: Hammer/Extensions/MentionUtility.cs#L163
'MentionUtility.TryParseChannel(string?, out ulong)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Build & Test: Hammer/Extensions/MentionUtility.cs#L228
'MentionUtility.TryParseRole(string?, out ulong)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Build & Test: Hammer/Extensions/MentionUtility.cs#L305
'MentionUtility.TryParseUser(string?, out ulong)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Build & Test: Hammer/Data/Rule.cs#L43
Nullable value type may be null.