remove redundant class body #854
Merged
Annotations
10 errors and 12 warnings
Test:
src/Testing/CoreTests/Runtime/Handlers/finding_service_dependencies_of_a_chain.cs#L62
Invalid token 'interface' in class, record, struct, or interface member declaration
|
Test:
src/Testing/CoreTests/Runtime/Handlers/finding_service_dependencies_of_a_chain.cs#L64
Invalid token ';' in class, record, struct, or interface member declaration
|
Test:
src/Testing/CoreTests/Runtime/Handlers/finding_service_dependencies_of_a_chain.cs#L64
Invalid token ';' in class, record, struct, or interface member declaration
|
Test:
src/Testing/CoreTests/Runtime/Handlers/finding_service_dependencies_of_a_chain.cs#L66
Invalid token ';' in class, record, struct, or interface member declaration
|
Test:
src/Testing/CoreTests/Runtime/Handlers/finding_service_dependencies_of_a_chain.cs#L68
Invalid token 'class' in class, record, struct, or interface member declaration
|
Test:
src/Testing/CoreTests/Runtime/Handlers/finding_service_dependencies_of_a_chain.cs#L73
Type or namespace definition, or end-of-file expected
|
Test:
src/Testing/CoreTests/Runtime/Handlers/HandlerCallTester.cs#L52
Invalid token 'class' in class, record, struct, or interface member declaration
|
Test:
src/Testing/CoreTests/Runtime/Handlers/HandlerCallTester.cs#L54
Invalid token ';' in class, record, struct, or interface member declaration
|
Test:
src/Testing/CoreTests/Runtime/Handlers/HandlerCallTester.cs#L54
Invalid token ';' in class, record, struct, or interface member declaration
|
Test:
src/Testing/CoreTests/Runtime/Handlers/HandlerCallTester.cs#L56
Invalid token ';' in class, record, struct, or interface member declaration
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test:
build/build.cs#L294
Possible null reference return.
|
Test:
build/build.cs#L299
Possible null reference argument for parameter 'element' in 'TargetFrameworkAttribute? CustomAttributeExtensions.GetCustomAttribute<TargetFrameworkAttribute>(Assembly element)'.
|
Test:
build/build.cs#L299
Dereference of a possibly null reference.
|
Test:
src/Samples/KitchenSink/MartenAndRabbitMessages/Issue.cs#L9
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test:
src/Samples/KitchenSink/MartenAndRabbitMessages/Issue.cs#L10
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test:
src/Samples/CQRSWithMarten/TeleHealth.Common/AppointmentProjection.cs#L18
Dereference of a possibly null reference.
|
Test:
src/Samples/CQRSWithMarten/TeleHealth.Common/ProviderShift.cs#L24
Dereference of a possibly null reference.
|
Test:
src/Samples/CQRSWithMarten/TeleHealth.Common/ProviderShift.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test:
src/Samples/CQRSWithMarten/TeleHealth.Common/AppointmentProjection.cs#L33
Dereference of a possibly null reference.
|
Test:
src/Samples/CQRSWithMarten/TeleHealth.Common/Appointments.cs#L11
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading