57 references to WarningLevel
NuGet.Common (7)
Errors\ILogMessage.cs (1)
19
WarningLevel
WarningLevel { get; set; }
Errors\LogMessage.cs (2)
14
public
WarningLevel
WarningLevel { get; set; } =
WarningLevel
.Severe; //setting default to Severe as 0 implies show no warnings
Errors\PackagingLogMessage.cs (2)
16
public
WarningLevel
WarningLevel { get; set; } =
WarningLevel
.Severe; //setting default to Severe as 0 implies show no warnings
Errors\RestoreLogMessage.cs (2)
16
public
WarningLevel
WarningLevel { get; set; } =
WarningLevel
.Severe; //setting default to Severe as 0 implies show no warnings
NuGet.Packaging (2)
Signing\SignatureLog.cs (2)
21
public
WarningLevel
WarningLevel { get; set; } =
WarningLevel
.Severe; //setting default to Severe as 0 implies show no warnings
NuGet.ProjectModel (48)
_generated\12\CacheFileSourceGen.GetJsonTypeInfo.g.cs (1)
36
if (type == typeof(global::NuGet.Common.
WarningLevel
))
_generated\16\AssetsLogMessageSourceGen.WarningLevel.g.cs (9)
15
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Common.
WarningLevel
>? _WarningLevel;
21
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Common.
WarningLevel
> WarningLevel
24
get => _WarningLevel ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Common.
WarningLevel
>)Options.GetTypeInfo(typeof(global::NuGet.Common.
WarningLevel
));
27
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Common.
WarningLevel
> Create_WarningLevel(global::System.Text.Json.JsonSerializerOptions options)
29
if (!TryGetTypeInfoForRuntimeCustomConverter<global::NuGet.Common.
WarningLevel
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Common.
WarningLevel
> jsonTypeInfo))
31
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateValueInfo<global::NuGet.Common.
WarningLevel
>(options, global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetEnumConverter<global::NuGet.Common.
WarningLevel
>(options));
_generated\17\AssetsLogMessageSourceGen.NullableWarningLevel.g.cs (9)
15
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Common.
WarningLevel
?>? _NullableWarningLevel;
21
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Common.
WarningLevel
?> NullableWarningLevel
24
get => _NullableWarningLevel ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Common.
WarningLevel
?>)Options.GetTypeInfo(typeof(global::NuGet.Common.
WarningLevel
?));
27
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Common.
WarningLevel
?> Create_NullableWarningLevel(global::System.Text.Json.JsonSerializerOptions options)
29
if (!TryGetTypeInfoForRuntimeCustomConverter<global::NuGet.Common.
WarningLevel
?>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Common.
WarningLevel
?> jsonTypeInfo))
31
global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter<global::NuGet.Common.
WarningLevel
>(options);
32
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateValueInfo<global::NuGet.Common.
WarningLevel
?>(options, converter);
_generated\18\AssetsLogMessageSourceGen.AssetsLogMessage.g.cs (6)
133
var info4 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::NuGet.Common.
WarningLevel
>
148
AttributeProviderFactory = static () => typeof(global::NuGet.ProjectModel.AssetsLogMessage).GetProperty("WarningLevel", InstanceMemberBindingFlags, null, typeof(global::NuGet.Common.
WarningLevel
), global::System.Array.Empty<global::System.Type>(), null),
151
properties[4] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::NuGet.Common.
WarningLevel
>(options, info4);
153
var info5 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::NuGet.Common.
WarningLevel
?>
168
AttributeProviderFactory = static () => typeof(global::NuGet.ProjectModel.AssetsLogMessage).GetProperty("WarningLevelJson", InstanceMemberBindingFlags, null, typeof(global::NuGet.Common.
WarningLevel
?), global::System.Array.Empty<global::System.Type>(), null),
171
properties[5] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::NuGet.Common.
WarningLevel
?>(options, info5);
_generated\23\AssetsLogMessageSourceGen.GetJsonTypeInfo.g.cs (2)
32
if (type == typeof(global::NuGet.Common.
WarningLevel
))
36
if (type == typeof(global::NuGet.Common.
WarningLevel
?))
_generated\3\CacheFileSourceGen.WarningLevel.g.cs (9)
15
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Common.
WarningLevel
>? _WarningLevel;
21
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Common.
WarningLevel
> WarningLevel
24
get => _WarningLevel ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Common.
WarningLevel
>)Options.GetTypeInfo(typeof(global::NuGet.Common.
WarningLevel
));
27
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Common.
WarningLevel
> Create_WarningLevel(global::System.Text.Json.JsonSerializerOptions options)
29
if (!TryGetTypeInfoForRuntimeCustomConverter<global::NuGet.Common.
WarningLevel
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Common.
WarningLevel
> jsonTypeInfo))
31
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateValueInfo<global::NuGet.Common.
WarningLevel
>(options, global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetEnumConverter<global::NuGet.Common.
WarningLevel
>(options));
_generated\5\CacheFileSourceGen.IAssetsLogMessage.g.cs (3)
133
var info4 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::NuGet.Common.
WarningLevel
>
148
AttributeProviderFactory = static () => typeof(global::NuGet.ProjectModel.IAssetsLogMessage).GetProperty("WarningLevel", InstanceMemberBindingFlags, null, typeof(global::NuGet.Common.
WarningLevel
), global::System.Array.Empty<global::System.Type>(), null),
151
properties[4] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::NuGet.Common.
WarningLevel
>(options, info4);
LockFile\AssetsLogMessage.cs (3)
26
public
WarningLevel
WarningLevel { get; set; } =
WarningLevel
.Severe; //setting default to Severe as 0 implies show no warnings
31
internal
WarningLevel
? WarningLevelJson
LockFile\IAssetsLogMessage.cs (1)
37
WarningLevel
WarningLevel { get; }
LockFile\Utf8JsonStreamIAssetsLogMessageConverter.cs (5)
23
/// "warningLevel": <see cref="
WarningLevel
"/>,
60
WarningLevel
warningLevel =
WarningLevel
.Severe;
89
warningLevel = (
WarningLevel
)Enum.ToObject(typeof(
WarningLevel
), reader.GetInt32());