chore(deps): update dependency automapper to v13 #37
Annotations
10 errors and 13 warnings
Build, Test, and Analyse:
Web/Edubase.CommonUnitTests/DisposerTests.cs#L2
The type or namespace name 'Xunit' could not be found (are you missing a using directive or an assembly reference?)
|
Build, Test, and Analyse:
Web/Edubase.CommonUnitTests/Formatting/Base62Tests.cs#L1
The type or namespace name 'Xunit' could not be found (are you missing a using directive or an assembly reference?)
|
Build, Test, and Analyse:
Web/Edubase.CommonUnitTests/DisposerTests.cs#L8
The type or namespace name 'FactAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
Build, Test, and Analyse:
Web/Edubase.CommonUnitTests/DisposerTests.cs#L8
The type or namespace name 'Fact' could not be found (are you missing a using directive or an assembly reference?)
|
Build, Test, and Analyse:
Web/Edubase.CommonUnitTests/DisposerTests.cs#L16
The type or namespace name 'FactAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
Build, Test, and Analyse:
Web/Edubase.CommonUnitTests/DisposerTests.cs#L16
The type or namespace name 'Fact' could not be found (are you missing a using directive or an assembly reference?)
|
Build, Test, and Analyse:
Web/Edubase.CommonUnitTests/DisposerTests.cs#L28
The type or namespace name 'FactAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
Build, Test, and Analyse:
Web/Edubase.CommonUnitTests/DisposerTests.cs#L28
The type or namespace name 'Fact' could not be found (are you missing a using directive or an assembly reference?)
|
Build, Test, and Analyse:
Web/Edubase.CommonUnitTests/Formatting/Base62Tests.cs#L13
The type or namespace name 'FactAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
Build, Test, and Analyse:
Web/Edubase.CommonUnitTests/Formatting/Base62Tests.cs#L13
The type or namespace name 'Fact' could not be found (are you missing a using directive or an assembly reference?)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/cache@v3, actions/setup-dotnet@v3, microsoft/setup-msbuild@v1, NuGet/setup-nuget@v1.1.1, darenm/Setup-VSTest@v1, actions/upload-artifact@v3.1.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: darenm/Setup-VSTest@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Upload dotnet test results
No files were found with the provided path: ./Web/TestResults. No artifacts will be uploaded.
|
Build, Test, and Analyse:
Web/Edubase.Common/ChangeDescriptor.cs#L31
Microsoft.Performance : The 'this' parameter (or 'Me' in Visual Basic) of 'ChangeDescriptor.ToString(object)' is never used. Mark the member as static (or Shared in Visual Basic) or use 'this'/'Me' in the method body or at least one property accessor, if appropriate.
|
Build, Test, and Analyse:
Web/Edubase.Common/ChangeDescriptor.cs#L31
Microsoft.Globalization : Because the behavior of 'DateTime.ToString(string)' could vary based on the current user's locale settings, replace this call in 'ChangeDescriptor.ToString(object)' with a call to 'DateTime.ToString(string, IFormatProvider)'. If the result of 'DateTime.ToString(string, IFormatProvider)' will be displayed to the user, specify 'CultureInfo.CurrentCulture' as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify 'CultureInfo.InvariantCulture'.
|
Build, Test, and Analyse:
Web/Edubase.Common/Disposer.cs#L73
Microsoft.Usage : Change 'Disposer.Dispose()' to call 'GC.SuppressFinalize(object)'. This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it.
|
Build, Test, and Analyse:
Web/Edubase.Common/Disposer.cs#L57
Microsoft.Design : Replace method 'Disposer.Timed(Action, Action<long>)' with an overload that supplies all default arguments.
|
Build, Test, and Analyse:
Web/Edubase.Common/Disposer.cs#L64
Microsoft.Design : In externally visible method 'Disposer.Using<T>(Func<T>, Action<T>, Action<T>, Action<T>)', validate parameter 'factory' before using it.
|
Build, Test, and Analyse:
Web/Edubase.Common/Disposer.cs#L67
Microsoft.Design : In externally visible method 'Disposer.Using<T>(Func<T>, Action<T>, Action<T>, Action<T>)', validate parameter 'before' before using it.
|
Build, Test, and Analyse:
Web/Edubase.Common/Disposer.cs#L69
Microsoft.Design : In externally visible method 'Disposer.Using<T>(Func<T>, Action<T>, Action<T>, Action<T>)', validate parameter 'after' before using it.
|
Build, Test, and Analyse:
Web/Edubase.Common/Disposer.cs#L68
Microsoft.Design : In externally visible method 'Disposer.Using<T>(Func<T>, Action<T>, Action<T>, Action<T>)', validate parameter 'meat' before using it.
|
Build, Test, and Analyse:
Web/Edubase.Common/Guard.cs#L38
Microsoft.Design : Consider a design where 'Guard.Is<T>(object, Func<Exception>)' doesn't require explicit type parameter 'T' in any call to it.
|
Build, Test, and Analyse:
Web/Edubase.Common/Guard.cs#L38
Microsoft.Naming : In method 'Guard.Is<T>(object, Func<Exception>)', correct the spelling of 'fnc' in parameter name 'fnc' or remove it entirely if it represents any sort of Hungarian notation.
|
The logs for this run have expired and are no longer available.
Loading