Unix sockets support #1038
Annotations
2 errors and 20 warnings
|
Tests
The operation was canceled.
|
Tests:
rd-net/Test.Lifetimes/Lifetimes/LifetimeTest.cs#L226
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests:
rd-net/Test.Lifetimes/Lifetimes/LifetimeTest.cs#L251
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.
|
Tests:
rd-net/Test.Lifetimes/Lifetimes/LifetimeTest.cs#L226
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests:
rd-net/Test.Lifetimes/Lifetimes/LifetimeTest.cs#L251
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.
|
Tests:
rd-net/Test.RdFramework/SocketWireTestBase.cs#L26
Type parameter 'T' has the same name as the type parameter from outer type 'SocketWireTestBase<T>'
|
Tests:
rd-net/Test.RdFramework/SocketWireTestBase.cs#L32
Type parameter 'T' has the same name as the type parameter from outer type 'SocketWireTestBase<T>'
|
Tests:
rd-net/Test.RdFramework/Components/TestWire.cs#L20
'WireBase.WireBase(IScheduler)' is obsolete
|
Tests:
rd-net/Test.RdFramework/RdTaskTest.cs#L256
'RdCall<int, string>.Set(Func<Lifetime, int, RdTask<string>>, IScheduler?, IScheduler?)' is obsolete: 'This is an internal API. It is preferable to use SetSync or SetAsync extension methods'
|
Tests:
rd-net/Test.RdFramework/RdTaskTest.cs#L250
The variable 'entity_id' is assigned but its value is never used
|
Tests:
rd-net/Test.RdFramework/RdTaskTest.cs#L281
'RdCall<int, string>.Set(Func<Lifetime, int, RdTask<string>>, IScheduler?, IScheduler?)' is obsolete: 'This is an internal API. It is preferable to use SetSync or SetAsync extension methods'
|
Compile:
rd-net/Test.Lifetimes/Lifetimes/LifetimeTest.cs#L226
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Compile:
rd-net/Test.Lifetimes/Lifetimes/LifetimeTest.cs#L251
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.
|
Compile:
rd-net/Test.Lifetimes/Lifetimes/LifetimeTest.cs#L226
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Compile:
rd-net/Test.Lifetimes/Lifetimes/LifetimeTest.cs#L251
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.
|
Compile:
rd-net/Test.Reflection.App/Program.cs#L82
This call site is reachable on all platforms. 'Console.Title.get' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Compile:
rd-net/Test.RdFramework/SocketWireTestBase.cs#L26
Type parameter 'T' has the same name as the type parameter from outer type 'SocketWireTestBase<T>'
|
Compile:
rd-net/Test.RdFramework/SocketWireTestBase.cs#L32
Type parameter 'T' has the same name as the type parameter from outer type 'SocketWireTestBase<T>'
|
Compile:
rd-net/Test.RdFramework/Components/TestWire.cs#L20
'WireBase.WireBase(IScheduler)' is obsolete
|
Compile:
rd-net/Test.RdFramework/Reflection/ProxyGeneratorCancellationTest.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Compile:
rd-net/Test.RdFramework/RdTaskTest.cs#L256
'RdCall<int, string>.Set(Func<Lifetime, int, RdTask<string>>, IScheduler?, IScheduler?)' is obsolete: 'This is an internal API. It is preferable to use SetSync or SetAsync extension methods'
|
Loading