Skip to content

Update workflows

Update workflows #1

Re-run triggered January 3, 2024 14:53
Status Success
Total duration 46s
Artifacts

build-and-test.yml

on: pull_request
build-and-test
34s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
build-and-test
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build-and-test: Postgrest/Attributes/ReferenceAttribute.cs#L17
'ReferenceAttribute' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build-and-test: Postgrest/Attributes/ReferenceAttribute.cs#L104
XML comment has a param tag for 'propertyName', but there is no parameter by that name
build-and-test: Postgrest/Client.cs#L98
Missing XML comment for publicly visible type or member 'Client.Table<T>(IPostgrestCacheProvider)'
build-and-test: Postgrest/Hooks.cs#L79
Parameter 'sender' has no matching param tag in the XML comment for 'Hooks.NotifyOnRequestPreparedHandlers(object, ClientOptions, HttpMethod, string, JsonSerializerSettings, object?, Dictionary<string, string>?)' (but other parameters do)
build-and-test: PostgrestTests/Models/NestedForeignKeyTestModel.cs#L12
Non-nullable property 'FKTestModel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: PostgrestTests/Models/NestedForeignKeyTestModel.cs#L14
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: PostgrestTests/Models/ForeignKeyTestModel.cs#L12
Non-nullable property 'MovieFK1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: PostgrestTests/Models/ForeignKeyTestModel.cs#L15
Non-nullable property 'MovieFK2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: PostgrestTests/Models/ForeignKeyTestModel.cs#L17
Non-nullable property 'RandomPersonFK' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: Postgrest/Attributes/ReferenceAttribute.cs#L17
'ReferenceAttribute' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build-and-test: Postgrest/Attributes/ReferenceAttribute.cs#L104
XML comment has a param tag for 'propertyName', but there is no parameter by that name
build-and-test: Postgrest/Client.cs#L98
Missing XML comment for publicly visible type or member 'Client.Table<T>(IPostgrestCacheProvider)'
build-and-test: Postgrest/Hooks.cs#L79
Parameter 'sender' has no matching param tag in the XML comment for 'Hooks.NotifyOnRequestPreparedHandlers(object, ClientOptions, HttpMethod, string, JsonSerializerSettings, object?, Dictionary<string, string>?)' (but other parameters do)
build-and-test: PostgrestTests/Models/NestedForeignKeyTestModel.cs#L12
Non-nullable property 'FKTestModel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: PostgrestTests/Models/NestedForeignKeyTestModel.cs#L14
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: PostgrestTests/Models/LinkedModels.cs#L49
Non-nullable property 'PersonId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: PostgrestTests/Models/LinkedModels.cs#L32
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: PostgrestTests/Models/LinkedModels.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: PostgrestTests/Models/ForeignKeyTestModel.cs#L12
Non-nullable property 'MovieFK1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.