[Fix] ServiceUrlProvider
#38
build.yml
on: pull_request
windows-latest
3m 45s
ubuntu-latest
1m 34s
Annotations
22 warnings
ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ubuntu-latest
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/Protocol/Proto/PulsarApi.cs(1983,55): warning CS0078: The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
ubuntu-latest
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/Shared/SchemaType.cs(308,13): warning CS0612: 'SchemaType.AUTO' is obsolete [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
ubuntu-latest
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/Client/ConnectionHandler.cs(86,52): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
ubuntu-latest
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/Protocol/Proto/PulsarApi.cs(1986,47): warning CS0078: The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
ubuntu-latest
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/Client/ConnectionHandler.cs(86,13): warning AK1003: ReceiveAsync<T>() or ReceiveAnyAsync() message handler with synchronous code body or block is less performant compared to Receive<T>() or ReceiveAny(). Consider changing this message handler to Receive<T>() or ReceiveAny() instead. (https://getakka.net/articles/debugging/rules/AK1003.html) [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
ubuntu-latest
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/Protocol/Proto/PulsarApi.cs(1983,55): warning CS0078: The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
ubuntu-latest
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/Shared/SchemaType.cs(308,13): warning CS0612: 'SchemaType.AUTO' is obsolete [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
ubuntu-latest
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/Client/ConnectionHandler.cs(86,52): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
ubuntu-latest
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/Protocol/Proto/PulsarApi.cs(1986,47): warning CS0078: The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
ubuntu-latest
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/Client/ConnectionHandler.cs(86,13): warning AK1003: ReceiveAsync<T>() or ReceiveAnyAsync() message handler with synchronous code body or block is less performant compared to Receive<T>() or ReceiveAny(). Consider changing this message handler to Receive<T>() or ReceiveAny() instead. (https://getakka.net/articles/debugging/rules/AK1003.html) [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
windows-latest
D:\a\SharpPulsar\SharpPulsar\src\SharpPulsar\Protocol\Proto\PulsarApi.cs(1983,55): warning CS0078: The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity [D:\a\SharpPulsar\SharpPulsar\src\SharpPulsar\SharpPulsar.csproj]
|
windows-latest
D:\a\SharpPulsar\SharpPulsar\src\SharpPulsar\Shared\SchemaType.cs(308,13): warning CS0612: 'SchemaType.AUTO' is obsolete [D:\a\SharpPulsar\SharpPulsar\src\SharpPulsar\SharpPulsar.csproj]
|
windows-latest
D:\a\SharpPulsar\SharpPulsar\src\SharpPulsar\Protocol\Proto\PulsarApi.cs(1986,47): warning CS0078: The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity [D:\a\SharpPulsar\SharpPulsar\src\SharpPulsar\SharpPulsar.csproj]
|
windows-latest
D:\a\SharpPulsar\SharpPulsar\src\SharpPulsar\Client\ConnectionHandler.cs(86,52): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [D:\a\SharpPulsar\SharpPulsar\src\SharpPulsar\SharpPulsar.csproj]
|
windows-latest
D:\a\SharpPulsar\SharpPulsar\src\SharpPulsar\Client\ConnectionHandler.cs(86,13): warning AK1003: ReceiveAsync<T>() or ReceiveAnyAsync() message handler with synchronous code body or block is less performant compared to Receive<T>() or ReceiveAny(). Consider changing this message handler to Receive<T>() or ReceiveAny() instead. (https://getakka.net/articles/debugging/rules/AK1003.html) [D:\a\SharpPulsar\SharpPulsar\src\SharpPulsar\SharpPulsar.csproj]
|
windows-latest
D:\a\SharpPulsar\SharpPulsar\src\SharpPulsar\Protocol\Proto\PulsarApi.cs(1983,55): warning CS0078: The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity [D:\a\SharpPulsar\SharpPulsar\src\SharpPulsar\SharpPulsar.csproj]
|
windows-latest
D:\a\SharpPulsar\SharpPulsar\src\SharpPulsar\Shared\SchemaType.cs(308,13): warning CS0612: 'SchemaType.AUTO' is obsolete [D:\a\SharpPulsar\SharpPulsar\src\SharpPulsar\SharpPulsar.csproj]
|
windows-latest
D:\a\SharpPulsar\SharpPulsar\src\SharpPulsar\Protocol\Proto\PulsarApi.cs(1986,47): warning CS0078: The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity [D:\a\SharpPulsar\SharpPulsar\src\SharpPulsar\SharpPulsar.csproj]
|
windows-latest
D:\a\SharpPulsar\SharpPulsar\src\SharpPulsar\Client\ConnectionHandler.cs(86,52): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [D:\a\SharpPulsar\SharpPulsar\src\SharpPulsar\SharpPulsar.csproj]
|
windows-latest
D:\a\SharpPulsar\SharpPulsar\src\SharpPulsar\Client\ConnectionHandler.cs(86,13): warning AK1003: ReceiveAsync<T>() or ReceiveAnyAsync() message handler with synchronous code body or block is less performant compared to Receive<T>() or ReceiveAny(). Consider changing this message handler to Receive<T>() or ReceiveAny() instead. (https://getakka.net/articles/debugging/rules/AK1003.html) [D:\a\SharpPulsar\SharpPulsar\src\SharpPulsar\SharpPulsar.csproj]
|