Update README.md #47
Annotations
10 warnings
Build:
Model/Model.cs#L201
'ComplexGraphType<object?>.Field<TGraphType>(string, string?, QueryArguments?, Func<IResolveFieldContext<object?>, object?>?, string?)' is obsolete: 'Please use one of the Field() methods returning FieldBuilder and the methods defined on it or just use AddField() method directly. This method may be removed in a future release. For now you can continue to use this API but we do not encourage this.'
|
Build:
Model/Model.cs#L206
'ComplexGraphType<object?>.Field<TGraphType>(string, string?, QueryArguments?, Func<IResolveFieldContext<object?>, object?>?, string?)' is obsolete: 'Please use one of the Field() methods returning FieldBuilder and the methods defined on it or just use AddField() method directly. This method may be removed in a future release. For now you can continue to use this API but we do not encourage this.'
|
Build:
Model/Model.cs#L212
'ComplexGraphType<object?>.Field<TGraphType>(string, string?, QueryArguments?, Func<IResolveFieldContext<object?>, object?>?, string?)' is obsolete: 'Please use one of the Field() methods returning FieldBuilder and the methods defined on it or just use AddField() method directly. This method may be removed in a future release. For now you can continue to use this API but we do not encourage this.'
|
Build:
Model/Model.cs#L218
'ComplexGraphType<object?>.Field<TGraphType>(string, string?, QueryArguments?, Func<IResolveFieldContext<object?>, object?>?, string?)' is obsolete: 'Please use one of the Field() methods returning FieldBuilder and the methods defined on it or just use AddField() method directly. This method may be removed in a future release. For now you can continue to use this API but we do not encourage this.'
|
Build:
Model/Model.cs#L101
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Model/Model.cs#L102
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Model/Model.cs#L103
Non-nullable property 'Bank' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Model/Model.cs#L12
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Model/Model.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Model/Model.cs#L15
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading