Skip to content

update versions and yml publish code #66

update versions and yml publish code

update versions and yml publish code #66

Triggered via push October 16, 2024 16:38
Status Failure
Total duration 40s
Artifacts
build, pack & publish
31s
build, pack & publish
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build, pack & publish
Process completed with exit code 1.
build, pack & publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build, pack & publish
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, 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, pack & publish: FastMoq.Core/Models/ConstructorHistory.cs#L34
XML comment has syntactically incorrect cref attribute 'System.Collections.Generic.KeyValuePair{Type, IReadOnlyList{IHistoryModel}}'
build, pack & publish: FastMoq.Core/Models/ConstructorHistory.cs#L34
Type parameter declaration must be an identifier not a type. See also error CS0081.
build, pack & publish: FastMoq.Core/Mocker.cs#L518
Converting null literal or possible null value to non-nullable type.
build, pack & publish: FastMoq.Core/Models/InstanceFunction.cs#L23
Dereference of a possibly null reference.
build, pack & publish: FastMoq.Core/Models/InstanceFunction.cs#L36
Dereference of a possibly null reference.
build, pack & publish: FastMoq.Core/Models/InstanceFunction.cs#L47
Dereference of a possibly null reference.
build, pack & publish: FastMoq.Core/Models/InstanceFunction.cs#L50
Possible null reference assignment.
build, pack & publish: FastMoq.Core/Mocker.cs#L569
Converting null literal or possible null value to non-nullable type.
build, pack & publish: FastMoq.Core/Extensions/MockerCreationExtensions.cs#L348
Possible null reference argument for parameter 'propertyInfo' in 'void MockerCreationExtensions.SetupMockProperty<TMock>(Mock<TMock> mock, PropertyInfo propertyInfo, object value)'.
build, pack & publish: FastMoq.Core/Extensions/MockerCreationExtensions.cs#L107
XML comment has a duplicate typeparam tag for 'T'