Update FileUploadServices.cs #33
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
Test.ServiceModel/FileUploads.cs#L66
Non-nullable property 'Audio' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Test.ServiceModel/FileUploads.cs#L79
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:
Test.ServiceModel/FileUploads.cs#L80
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Test.ServiceModel/FileUploads.cs#L82
Non-nullable property 'ContentType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Test.Client.Web/dtos.cs#L1177
The type 'Test.Client.Web.EnumType?' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'Test.Client.Web.EnumType?' doesn't match 'notnull' constraint.
|
build:
Test.Client.Web/AuthUserSession.cs#L12
Non-nullable property 'ReferrerUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Test.Client.Web/AuthUserSession.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:
Test.Client.Web/AuthUserSession.cs#L12
Non-nullable property 'UserAuthId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Test.Client.Web/AuthUserSession.cs#L12
Non-nullable property 'UserAuthName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Test.Client.Web/AuthUserSession.cs#L12
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|