Skip to content

chore: creating repo #1

chore: creating repo

chore: creating repo #1

Triggered via push December 17, 2023 13:26
Status Failure
Total duration 21s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: CaseInsensitiveEnum/CaseInsensitiveEnumPolicy.cs#L6
The type or namespace name 'JsonNamingPolicy' could not be found (are you missing a using directive or an assembly reference?)
build: CaseInsensitiveEnum/CaseInsensitiveSingleEnumConverter.cs#L6
The type or namespace name 'JsonConverter<>' could not be found (are you missing a using directive or an assembly reference?)
build: CaseInsensitiveEnum/CaseInsensitiveSingleEnumConverter.cs#L21
The type or namespace name 'Utf8JsonReader' could not be found (are you missing a using directive or an assembly reference?)
build: CaseInsensitiveEnum/CaseInsensitiveSingleEnumConverter.cs#L21
The type or namespace name 'JsonSerializerOptions' could not be found (are you missing a using directive or an assembly reference?)
build: CaseInsensitiveEnum/CaseInsensitiveSingleEnumConverter.cs#L21
Feature 'nullable reference types' is not available in C# 7.3. Please use language version 8.0 or greater.
build: CaseInsensitiveEnum/CaseInsensitiveSingleEnumConverter.cs#L21
A nullable type parameter must be known to be a value type or non-nullable reference type unless language version '9.0' or greater is used. Consider changing the language version or adding a 'class', 'struct', or type constraint.
build: CaseInsensitiveEnum/CaseInsensitiveSingleEnumConverter.cs#L28
The type or namespace name 'Utf8JsonWriter' could not be found (are you missing a using directive or an assembly reference?)
build: CaseInsensitiveEnum/CaseInsensitiveSingleEnumConverter.cs#L28
The type or namespace name 'JsonSerializerOptions' could not be found (are you missing a using directive or an assembly reference?)
build: CaseInsensitiveEnum/CaseInsensitiveEnumPolicy.cs#L6
The type or namespace name 'JsonNamingPolicy' could not be found (are you missing a using directive or an assembly reference?)
build: CaseInsensitiveEnum/CaseInsensitiveSingleEnumConverter.cs#L6
The type or namespace name 'JsonConverter<>' could not be found (are you missing a using directive or an assembly reference?)
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/