@@ -7,32 +7,32 @@ public static class KnownStrings
7
7
{
8
8
public static class Properties
9
9
{
10
- public static string ContainerBaseImage = nameof ( ContainerBaseImage ) ;
11
- public static string ContainerRegistry = nameof ( ContainerRegistry ) ;
12
- public static string ContainerImageName = nameof ( ContainerImageName ) ;
13
- public static string ContainerImageTag = nameof ( ContainerImageTag ) ;
14
- public static string ContainerImageTags = nameof ( ContainerImageTags ) ;
15
- public static string ContainerWorkingDirectory = nameof ( ContainerWorkingDirectory ) ;
16
- public static string ContainerEntrypoint = nameof ( ContainerEntrypoint ) ;
17
- public static string UseAppHost = nameof ( UseAppHost ) ;
18
- public static string ContainerLabel = nameof ( ContainerLabel ) ;
19
- public static string SelfContained = nameof ( SelfContained ) ;
20
- public static string ContainerPort = nameof ( ContainerPort ) ;
21
- public static string ContainerEnvironmentVariable = nameof ( ContainerEnvironmentVariable ) ;
10
+ public static readonly string ContainerBaseImage = nameof ( ContainerBaseImage ) ;
11
+ public static readonly string ContainerRegistry = nameof ( ContainerRegistry ) ;
12
+ public static readonly string ContainerImageName = nameof ( ContainerImageName ) ;
13
+ public static readonly string ContainerImageTag = nameof ( ContainerImageTag ) ;
14
+ public static readonly string ContainerImageTags = nameof ( ContainerImageTags ) ;
15
+ public static readonly string ContainerWorkingDirectory = nameof ( ContainerWorkingDirectory ) ;
16
+ public static readonly string ContainerEntrypoint = nameof ( ContainerEntrypoint ) ;
17
+ public static readonly string UseAppHost = nameof ( UseAppHost ) ;
18
+ public static readonly string ContainerLabel = nameof ( ContainerLabel ) ;
19
+ public static readonly string SelfContained = nameof ( SelfContained ) ;
20
+ public static readonly string ContainerPort = nameof ( ContainerPort ) ;
21
+ public static readonly string ContainerEnvironmentVariable = nameof ( ContainerEnvironmentVariable ) ;
22
22
23
- public static string ComputeContainerConfig = nameof ( ComputeContainerConfig ) ;
24
- public static string AssemblyName = nameof ( AssemblyName ) ;
25
- public static string ContainerBaseRegistry = nameof ( ContainerBaseRegistry ) ;
26
- public static string ContainerBaseName = nameof ( ContainerBaseName ) ;
27
- public static string ContainerBaseTag = nameof ( ContainerBaseTag ) ;
23
+ public static readonly string ComputeContainerConfig = nameof ( ComputeContainerConfig ) ;
24
+ public static readonly string AssemblyName = nameof ( AssemblyName ) ;
25
+ public static readonly string ContainerBaseRegistry = nameof ( ContainerBaseRegistry ) ;
26
+ public static readonly string ContainerBaseName = nameof ( ContainerBaseName ) ;
27
+ public static readonly string ContainerBaseTag = nameof ( ContainerBaseTag ) ;
28
28
29
- public static string ContainerGenerateLabels = nameof ( ContainerGenerateLabels ) ;
29
+ public static readonly string ContainerGenerateLabels = nameof ( ContainerGenerateLabels ) ;
30
30
}
31
31
32
32
public static class ErrorCodes
33
33
{
34
- public static string CONTAINER001 = nameof ( CONTAINER001 ) ;
35
- public static string CONTAINER004 = nameof ( CONTAINER004 ) ;
36
- public static string CONTAINER005 = nameof ( CONTAINER005 ) ;
34
+ public static readonly string CONTAINER001 = nameof ( CONTAINER001 ) ;
35
+ public static readonly string CONTAINER004 = nameof ( CONTAINER004 ) ;
36
+ public static readonly string CONTAINER005 = nameof ( CONTAINER005 ) ;
37
37
}
38
38
}
0 commit comments