Skip to content

Commit 58908cb

Browse files
committed
Renaming file to avoid conflicts
1 parent e6a943b commit 58908cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/Kernel/Grains/Observation/Jobs/JobLogging.cs renamed to Source/Kernel/Grains/Observation/Jobs/ObservationJobLogMessages.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Cratis.Chronicle.Grains.Observation.Jobs;
1010
#pragma warning disable MA0048 // File name must match type name
1111
#pragma warning disable SA1402 // File may only contain a single type
1212

13-
internal static partial class JobLogging
13+
internal static partial class ObservationJobLogMessages
1414
{
1515
[LoggerMessage(LogLevel.Warning, "Not all events were handled after performing '{JobName}' job. The last handled event sequence number was {LastSequenceNumber}")]
1616
internal static partial void NotAllEventsWereHandled(this ILogger<IJob> logger, string jobName, EventSequenceNumber lastSequenceNumber);

Source/Workbench/Web/Api/Projections/ProjectionDeclarationSyntaxError.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @generated by Cratis. Source: Cratis.Chronicle.Contracts.Projections.ProjectionDeclarationSyntaxError. Time: 2026-02-03T16:53:37.3225470Z. Hash: 00E5B955632028DD1243CBD33AF6EA260F408D302BED8ED0645FFE59257A2892
1+
// @generated by Cratis. Source: Cratis.Chronicle.Contracts.Projections.ProjectionDeclarationSyntaxError. Time: 2026-02-04T07:16:08.7803820Z. Hash: 00E5B955632028DD1243CBD33AF6EA260F408D302BED8ED0645FFE59257A2892
22
/*---------------------------------------------------------------------------------------------
33
* **DO NOT EDIT** - This file is an automatically generated file.
44
*--------------------------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)