feat: merge Lorem Fitsum features into Reference Implementation feeds #722
Annotations
10 errors and 14 warnings
Examples/BookingSystem.AspNetFramework/Feeds/FacilitiesFeeds.cs#L1
'FakeDatabase' does not contain a definition for 'GetPlaceById' and no accessible extension method 'GetPlaceById' accepting a first argument of type 'FakeDatabase' could be found (are you missing a using directive or an assembly reference?) [D:\a\OpenActive.Server.NET\OpenActive.Server.NET\server\Examples\BookingSystem.AspNetFramework\BookingSystem.AspNetFramework.csproj]
|
Examples/BookingSystem.AspNetFramework/Feeds/SessionsFeeds.cs#L1
'FakeDatabase' does not contain a definition for 'GetPlaceById' and no accessible extension method 'GetPlaceById' accepting a first argument of type 'FakeDatabase' could be found (are you missing a using directive or an assembly reference?) [D:\a\OpenActive.Server.NET\OpenActive.Server.NET\server\Examples\BookingSystem.AspNetFramework\BookingSystem.AspNetFramework.csproj]
|
Examples/BookingSystem.AspNetFramework/Feeds/SessionsFeeds.cs#L1
'FakeDatabase' does not contain a definition for 'GetPlaceById' and no accessible extension method 'GetPlaceById' accepting a first argument of type 'FakeDatabase' could be found (are you missing a using directive or an assembly reference?) [D:\a\OpenActive.Server.NET\OpenActive.Server.NET\server\Examples\BookingSystem.AspNetFramework\BookingSystem.AspNetFramework.csproj]
|
Examples/BookingSystem.AspNetFramework/Stores/FacilityStore.cs#L1
'FakeDatabase' does not contain a definition for 'GetPlaceById' and no accessible extension method 'GetPlaceById' accepting a first argument of type 'FakeDatabase' could be found (are you missing a using directive or an assembly reference?) [D:\a\OpenActive.Server.NET\OpenActive.Server.NET\server\Examples\BookingSystem.AspNetFramework\BookingSystem.AspNetFramework.csproj]
|
Examples/BookingSystem.AspNetFramework/Stores/FacilityStore.cs#L1
Cannot infer the type of implicitly-typed deconstruction variable 'item'. [D:\a\OpenActive.Server.NET\OpenActive.Server.NET\server\Examples\BookingSystem.AspNetFramework\BookingSystem.AspNetFramework.csproj]
|
Examples/BookingSystem.AspNetFramework/Stores/FacilityStore.cs#L1
Cannot infer the type of implicitly-typed deconstruction variable 'ctx'. [D:\a\OpenActive.Server.NET\OpenActive.Server.NET\server\Examples\BookingSystem.AspNetFramework\BookingSystem.AspNetFramework.csproj]
|
Examples/BookingSystem.AspNetFramework/Stores/FacilityStore.cs#L1
Operator '>' cannot be applied to operands of type 'method group' and 'int' [D:\a\OpenActive.Server.NET\OpenActive.Server.NET\server\Examples\BookingSystem.AspNetFramework\BookingSystem.AspNetFramework.csproj]
|
Examples/BookingSystem.AspNetFramework/Stores/SessionStore.cs#L1
'FakeDatabase' does not contain a definition for 'GetPlaceById' and no accessible extension method 'GetPlaceById' accepting a first argument of type 'FakeDatabase' could be found (are you missing a using directive or an assembly reference?) [D:\a\OpenActive.Server.NET\OpenActive.Server.NET\server\Examples\BookingSystem.AspNetFramework\BookingSystem.AspNetFramework.csproj]
|
Examples/BookingSystem.AspNetFramework/Stores/SessionStore.cs#L1
Cannot infer the type of implicitly-typed deconstruction variable 'item'. [D:\a\OpenActive.Server.NET\OpenActive.Server.NET\server\Examples\BookingSystem.AspNetFramework\BookingSystem.AspNetFramework.csproj]
|
Examples/BookingSystem.AspNetFramework/Stores/SessionStore.cs#L1
Cannot infer the type of implicitly-typed deconstruction variable 'ctx'. [D:\a\OpenActive.Server.NET\OpenActive.Server.NET\server\Examples\BookingSystem.AspNetFramework\BookingSystem.AspNetFramework.csproj]
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, microsoft/[email protected], NuGet/[email protected], actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
|
OpenActive.Server.NET/CustomBookingEngine/CustomBookingEngine.cs#L1
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\OpenActive.Server.NET\OpenActive.Server.NET\server\OpenActive.Server.NET\OpenActive.Server.NET.csproj]
|
OpenActive.Server.NET/StoreBookingEngine/StoreBookingEngine.cs#L1
Avoid empty interfaces [D:\a\OpenActive.Server.NET\OpenActive.Server.NET\server\OpenActive.Server.NET\OpenActive.Server.NET.csproj]
|
OpenActive.Server.NET/StoreBookingEngine/StoreBookingEngine.cs#L1
Exceptions should be public [D:\a\OpenActive.Server.NET\OpenActive.Server.NET\server\OpenActive.Server.NET\OpenActive.Server.NET.csproj]
|
OpenActive.Server.NET/StoreBookingEngine/StoreBookingEngine.cs#L1
Add the following constructor to SilentRollbackException: public SilentRollbackException(string message). [D:\a\OpenActive.Server.NET\OpenActive.Server.NET\server\OpenActive.Server.NET\OpenActive.Server.NET.csproj]
|
OpenActive.Server.NET/StoreBookingEngine/StoreBookingEngine.cs#L1
Add the following constructor to SilentRollbackException: public SilentRollbackException(string message, Exception innerException). [D:\a\OpenActive.Server.NET\OpenActive.Server.NET\server\OpenActive.Server.NET\OpenActive.Server.NET.csproj]
|
OpenActive.Server.NET/OpenBookingHelper/Stores/IdempotencyStore.cs#L1
Member CalculateIdempotencyKey does not access instance data and can be marked as static (Shared in VisualBasic) [D:\a\OpenActive.Server.NET\OpenActive.Server.NET\server\OpenActive.Server.NET\OpenActive.Server.NET.csproj]
|
OpenActive.Server.NET/OpenBookingHelper/Stores/IdempotencyStore.cs#L1
In externally visible method 'string IdempotencyStore.CalculateIdempotencyKey(OrderIdComponents orderId, string orderJson)', validate parameter 'orderId' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. [D:\a\OpenActive.Server.NET\OpenActive.Server.NET\server\OpenActive.Server.NET\OpenActive.Server.NET.csproj]
|
OpenActive.Server.NET/CustomBookingEngine/CustomBookingEngine.cs#L1
Consider calling ConfigureAwait on the awaited task [D:\a\OpenActive.Server.NET\OpenActive.Server.NET\server\OpenActive.Server.NET\OpenActive.Server.NET.csproj]
|
OpenActive.Server.NET/CustomBookingEngine/CustomBookingEngine.cs#L1
Consider calling ConfigureAwait on the awaited task [D:\a\OpenActive.Server.NET\OpenActive.Server.NET\server\OpenActive.Server.NET\OpenActive.Server.NET.csproj]
|
The logs for this run have expired and are no longer available.
Loading