Skip to content

Update FileUploadServices.cs #29

Update FileUploadServices.cs

Update FileUploadServices.cs #29

Triggered via push October 22, 2024 04:09
Status Success
Total duration 35s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

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#L80
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#L81
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#L83
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.ServiceModel/FileUploads.cs#L67
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.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.