Skip to content

Delete azure-pipelines.yml #192

Delete azure-pipelines.yml

Delete azure-pipelines.yml #192

Triggered via push January 3, 2024 20:05
Status Success
Total duration 55s
Artifacts

dotnet-core.yml

on: push
buildAndTest
44s
buildAndTest
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
buildAndTest
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/
buildAndTest
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.
buildAndTest
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.
buildAndTest: Postgrest/Attributes/ReferenceAttribute.cs#L17
'ReferenceAttribute' overrides Object.Equals(object o) but does not override Object.GetHashCode()
buildAndTest: Postgrest/Attributes/ReferenceAttribute.cs#L104
XML comment has a param tag for 'propertyName', but there is no parameter by that name
buildAndTest: Postgrest/Client.cs#L98
Missing XML comment for publicly visible type or member 'Client.Table<T>(IPostgrestCacheProvider)'
buildAndTest: 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)
buildAndTest: PostgrestTests/Models/NestedForeignKeyTestModel.cs#L12
Non-nullable property 'FKTestModel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
buildAndTest: PostgrestTests/Models/NestedForeignKeyTestModel.cs#L14
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
buildAndTest: PostgrestTests/Models/LinkedModels.cs#L49
Non-nullable property 'PersonId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
buildAndTest: PostgrestTests/Models/LinkedModels.cs#L32
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
buildAndTest: PostgrestTests/Models/LinkedModels.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
buildAndTest: Postgrest/Attributes/ReferenceAttribute.cs#L17
'ReferenceAttribute' overrides Object.Equals(object o) but does not override Object.GetHashCode()
buildAndTest: Postgrest/Attributes/ReferenceAttribute.cs#L104
XML comment has a param tag for 'propertyName', but there is no parameter by that name
buildAndTest: Postgrest/Client.cs#L98
Missing XML comment for publicly visible type or member 'Client.Table<T>(IPostgrestCacheProvider)'
buildAndTest: 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)
buildAndTest: PostgrestTests/Models/ForeignKeyTestModel.cs#L12
Non-nullable property 'MovieFK1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
buildAndTest: PostgrestTests/Models/ForeignKeyTestModel.cs#L15
Non-nullable property 'MovieFK2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
buildAndTest: PostgrestTests/Models/ForeignKeyTestModel.cs#L17
Non-nullable property 'RandomPersonFK' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
buildAndTest: PostgrestTests/Models/NestedForeignKeyTestModel.cs#L12
Non-nullable property 'FKTestModel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
buildAndTest: PostgrestTests/Models/NestedForeignKeyTestModel.cs#L14
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
buildAndTest: PostgrestTests/Models/LinkedModels.cs#L49
Non-nullable property 'PersonId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.