Update rule #54
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@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:
SharpChatwork/src/Client/IChatworkClient.cs#L14
Rename virtual/interface member IChatworkClient.me so that it no longer conflicts with the reserved language keyword 'Me'. Using a reserved keyword as the name of a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
build:
SharpChatwork/src/Client/Exceptions/ChatworkClientException.cs#L7
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
build:
SharpChatwork/src/Client/OAuth2/OAuth2ConcentQuery.cs#L7
Member 'response_type' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
build:
SharpChatwork/src/Client/Query/RoomTaskQuery.cs#L38
The behavior of 'long.ToString()' could vary based on the current user's locale settings. Replace this call in 'RoomTaskQuery.GetAllAsync(long, long, long,
|
build:
SharpChatwork/src/Client/Query/RoomTaskQuery.cs#L39
The behavior of 'long.ToString()' could vary based on the current user's locale settings. Replace this call in 'RoomTaskQuery.GetAllAsync(long, long, long,
|
build:
SharpChatwork/src/Client/Query/RoomMessageQuery.cs#L42
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'RoomMessageQuery.SendAsync(long, string, bool,
|
build:
SharpChatwork/src/Client/Query/RoomInviteQuery.cs#L17
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'RoomInviteQuery.CreateAsync(long, string, string, bool,
|
build:
SharpChatwork/src/Client/Query/RoomInviteQuery.cs#L38
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'RoomInviteQuery.UpdateAsync(long, string, string, bool,
|
build:
SharpChatwork/src/Client/IChatworkClient.cs#L14
Rename virtual/interface member IChatworkClient.me so that it no longer conflicts with the reserved language keyword 'Me'. Using a reserved keyword as the name of a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
build:
SharpChatwork/src/Client/Exceptions/ChatworkClientException.cs#L7
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|