Skip to content

Additional test case to verify that other models can be referenced wi… #187

Additional test case to verify that other models can be referenced wi…

Additional test case to verify that other models can be referenced wi… #187

Triggered via push October 9, 2023 12:39
Status Success
Total duration 1m 13s
Artifacts

dotnet-core.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 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: 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/LinkedModels.cs#L11
Non-nullable property 'Id' 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: 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/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: 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.