Skip to content

add more xml docs and examples #84

add more xml docs and examples

add more xml docs and examples #84

Triggered via push May 9, 2024 18:44
Status Success
Total duration 47s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: CleanAspCore/Features/Employees/Endpoints/UpdateEmployeeById.cs#L11
Missing XML comment for publicly visible type or member 'UpdateEmployeeRequest'
build: CleanAspCore/Features/Employees/Endpoints/UpdateEmployeeById.cs#L13
Missing XML comment for publicly visible type or member 'UpdateEmployeeRequest.FirstName'
build: CleanAspCore/Features/Employees/Endpoints/UpdateEmployeeById.cs#L14
Missing XML comment for publicly visible type or member 'UpdateEmployeeRequest.LastName'
build: CleanAspCore/Features/Employees/Endpoints/UpdateEmployeeById.cs#L15
Missing XML comment for publicly visible type or member 'UpdateEmployeeRequest.Email'
build: CleanAspCore/Features/Employees/Endpoints/UpdateEmployeeById.cs#L16
Missing XML comment for publicly visible type or member 'UpdateEmployeeRequest.Gender'
build: CleanAspCore/Features/Employees/Endpoints/UpdateEmployeeById.cs#L17
Missing XML comment for publicly visible type or member 'UpdateEmployeeRequest.DepartmentId'
build: CleanAspCore/Features/Employees/Endpoints/UpdateEmployeeById.cs#L18
Missing XML comment for publicly visible type or member 'UpdateEmployeeRequest.JobId'
build: CleanAspCore/Features/Jobs/Endpoints/AddJobs.cs#L8
Missing XML comment for publicly visible type or member 'CreateJobRequest'
build: CleanAspCore/Features/Jobs/Endpoints/AddJobs.cs#L10
Missing XML comment for publicly visible type or member 'CreateJobRequest.Name'
build: CleanAspCore/Features/Jobs/Endpoints/GetJobById.cs#L8
Missing XML comment for publicly visible type or member 'JobDto'