Skip to content

Add validation of input arguments to clones controller #39

Add validation of input arguments to clones controller

Add validation of input arguments to clones controller #39

Triggered via push June 9, 2024 10:42
Status Success
Total duration 24s
Artifacts
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@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: Source/Api/Controllers/ClonesController.cs#L53
Missing XML comment for publicly visible type or member 'ClonesController.CreateClone(string, string, CloneRequest)'
build: Source/Api/Controllers/DataSetController.cs#L19
Missing XML comment for publicly visible type or member 'DataSetController'
build: Source/Api/Controllers/DataSetController.cs#L23
Missing XML comment for publicly visible type or member 'DataSetController.DataSetController(IZfsAccessor)'
build: Source/Api/Controllers/HoldsController.cs#L28
Missing XML comment for publicly visible type or member 'HoldsController.ListHolds(string, string, bool)'
build: Source/Api/Controllers/HoldsController.cs#L40
Missing XML comment for publicly visible type or member 'HoldsController.CreateHold(string, string, string, bool)'
build: Source/Api/Controllers/HoldsController.cs#L52
Missing XML comment for publicly visible type or member 'HoldsController.ReleaseHold(string, string, string, bool)'
build: Source/Api/Controllers/SnapshotController.cs#L15
Missing XML comment for publicly visible type or member 'SnapshotController'
build: Source/Api/Controllers/SnapshotController.cs#L19
Missing XML comment for publicly visible type or member 'SnapshotController.SnapshotController(IZfsAccessor)'
build: Source/Api/Controllers/ZfsController.cs#L14
Missing XML comment for publicly visible type or member 'ZfsController'
build: Source/Api/Controllers/ZfsController.cs#L18
Missing XML comment for publicly visible type or member 'ZfsController.ZfsController(IZfsAccessor)'