448 allow only 1 instance setting does nothing #113
Annotations
14 errors and 20 warnings
|
Build Application - Debug
Process completed with exit code 1.
|
|
Build Application - Debug:
src/LogExpert.UI/Dialogs/LogTabWindow/LogTabWindow.cs#L671
'IConfigManager' does not contain a definition for 'Instance' and no accessible extension method 'Instance' accepting a first argument of type 'IConfigManager' could be found (are you missing a using directive or an assembly reference?)
|
|
Build Application - Debug:
src/LogExpert.UI/Dialogs/LogTabWindow/LogTabWindow.cs#L670
'IConfigManager' does not contain a definition for 'Instance' and no accessible extension method 'Instance' accepting a first argument of type 'IConfigManager' could be found (are you missing a using directive or an assembly reference?)
|
|
Build Application - Debug:
src/LogExpert.UI/Dialogs/LogTabWindow/LogTabWindow.cs#L665
'IConfigManager' does not contain a definition for 'Instance' and no accessible extension method 'Instance' accepting a first argument of type 'IConfigManager' could be found (are you missing a using directive or an assembly reference?)
|
|
Build Application - Debug:
src/LogExpert.UI/Dialogs/LogTabWindow/LogTabWindow.cs#L671
'IConfigManager' does not contain a definition for 'Instance' and no accessible extension method 'Instance' accepting a first argument of type 'IConfigManager' could be found (are you missing a using directive or an assembly reference?)
|
|
Build Application - Debug:
src/LogExpert.UI/Dialogs/LogTabWindow/LogTabWindow.cs#L670
'IConfigManager' does not contain a definition for 'Instance' and no accessible extension method 'Instance' accepting a first argument of type 'IConfigManager' could be found (are you missing a using directive or an assembly reference?)
|
|
Build Application - Debug:
src/LogExpert.UI/Dialogs/LogTabWindow/LogTabWindow.cs#L665
'IConfigManager' does not contain a definition for 'Instance' and no accessible extension method 'Instance' accepting a first argument of type 'IConfigManager' could be found (are you missing a using directive or an assembly reference?)
|
|
Build Application - Release
Process completed with exit code 1.
|
|
Build Application - Release:
src/LogExpert.UI/Dialogs/LogTabWindow/LogTabWindow.cs#L671
'IConfigManager' does not contain a definition for 'Instance' and no accessible extension method 'Instance' accepting a first argument of type 'IConfigManager' could be found (are you missing a using directive or an assembly reference?)
|
|
Build Application - Release:
src/LogExpert.UI/Dialogs/LogTabWindow/LogTabWindow.cs#L670
'IConfigManager' does not contain a definition for 'Instance' and no accessible extension method 'Instance' accepting a first argument of type 'IConfigManager' could be found (are you missing a using directive or an assembly reference?)
|
|
Build Application - Release:
src/LogExpert.UI/Dialogs/LogTabWindow/LogTabWindow.cs#L665
'IConfigManager' does not contain a definition for 'Instance' and no accessible extension method 'Instance' accepting a first argument of type 'IConfigManager' could be found (are you missing a using directive or an assembly reference?)
|
|
Build Application - Release:
src/LogExpert.UI/Dialogs/LogTabWindow/LogTabWindow.cs#L671
'IConfigManager' does not contain a definition for 'Instance' and no accessible extension method 'Instance' accepting a first argument of type 'IConfigManager' could be found (are you missing a using directive or an assembly reference?)
|
|
Build Application - Release:
src/LogExpert.UI/Dialogs/LogTabWindow/LogTabWindow.cs#L670
'IConfigManager' does not contain a definition for 'Instance' and no accessible extension method 'Instance' accepting a first argument of type 'IConfigManager' could be found (are you missing a using directive or an assembly reference?)
|
|
Build Application - Release:
src/LogExpert.UI/Dialogs/LogTabWindow/LogTabWindow.cs#L665
'IConfigManager' does not contain a definition for 'Instance' and no accessible extension method 'Instance' accepting a first argument of type 'IConfigManager' could be found (are you missing a using directive or an assembly reference?)
|
|
Build Application - Debug:
src/ColumnizerLib.UnitTests/Extensions/LogLineExtensionsTests.cs#L28
Method 'void LogLineExtensionsTests.ToClipBoardText_ReturnsExpected()' passes a literal string as parameter 'value' of a call to 'void TestingLogLine.Text.set'. Retrieve the following string(s) from a resource table instead: "a text". (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1303)
|
|
Build Application - Debug:
src/FlashIconHighlighter/Win32Stuff.cs#L25
The method FlashWindowEx didn't use DefaultDllImportSearchPaths attribute for P/Invokes. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5392)
|
|
Build Application - Debug:
src/FlashIconHighlighter/Win32Stuff.cs#L20
Type 'Win32Stuff' is a static holder type but is neither static nor NotInheritable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1052)
|
|
Build Application - Debug:
src/FlashIconHighlighter/Win32Stuff.cs#L11
FLASHWINFO should override the equality (==) and inequality (!=) operators (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
|
|
Build Application - Debug:
src/FlashIconHighlighter/Win32Stuff.cs#L11
FLASHWINFO should override Equals (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
|
|
Build Application - Debug:
src/ColumnizerLib/IFileSystemPlugin.cs#L42
Change the type of parameter 'uriString' of method 'IFileSystemPlugin.GetLogfileInfo(string)' from 'string' to 'System.Uri', or provide an overload to 'IFileSystemPlugin.GetLogfileInfo(string)' that allows 'uriString' to be passed as a 'System.Uri' object (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1054)
|
|
Build Application - Debug:
src/ColumnizerLib/IFileSystemPlugin.cs#L34
Change the type of parameter 'uriString' of method 'IFileSystemPlugin.CanHandleUri(string)' from 'string' to 'System.Uri', or provide an overload to 'IFileSystemPlugin.CanHandleUri(string)' that allows 'uriString' to be passed as a 'System.Uri' object (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1054)
|
|
Build Application - Debug:
src/ColumnizerLib/Column.cs#L93
Method 'void Column.SetMaxDisplayLength(int maxLength)' passes a literal string as parameter 'message' of a call to 'ArgumentOutOfRangeException.ArgumentOutOfRangeException(string? paramName, string? message)'. Retrieve the following string(s) from a resource table instead: "Maximum display length must be at least 1000 characters.". (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1303)
|
|
Build Application - Debug:
src/ColumnizerLib/Column.cs#L58
Non-nullable property 'FullValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or safely handling the case where 'field' is null in the 'get' accessor.
|
|
Build Application - Debug:
src/ColumnizerLib/LineEntry.cs#L22
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
Build Application - Release:
src/GlassfishColumnizer/GlassfishColumnizer.cs#L159
In member DateTime GlassfishColumnizer.GetTimestamp(ILogLineColumnizerCallback callback, ILogLine logLine), change parameter name logLine to line in order to match the identifier as it has been declared in DateTime ILogLineColumnizer.GetTimestamp(ILogLineColumnizerCallback callback, ILogLine line) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
|
Build Application - Release:
src/FlashIconHighlighter/Win32Stuff.cs#L25
The method FlashWindowEx didn't use DefaultDllImportSearchPaths attribute for P/Invokes. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5392)
|
|
Build Application - Release:
src/FlashIconHighlighter/Win32Stuff.cs#L20
Type 'Win32Stuff' is a static holder type but is neither static nor NotInheritable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1052)
|
|
Build Application - Release:
src/FlashIconHighlighter/Win32Stuff.cs#L11
FLASHWINFO should override the equality (==) and inequality (!=) operators (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
|
|
Build Application - Release:
src/FlashIconHighlighter/Win32Stuff.cs#L11
FLASHWINFO should override Equals (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
|
|
Build Application - Release:
src/ColumnizerLib/IFileSystemPlugin.cs#L34
Change the type of parameter 'uriString' of method 'IFileSystemPlugin.CanHandleUri(string)' from 'string' to 'System.Uri', or provide an overload to 'IFileSystemPlugin.CanHandleUri(string)' that allows 'uriString' to be passed as a 'System.Uri' object (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1054)
|
|
Build Application - Release:
src/ColumnizerLib/IFileSystemPlugin.cs#L42
Change the type of parameter 'uriString' of method 'IFileSystemPlugin.GetLogfileInfo(string)' from 'string' to 'System.Uri', or provide an overload to 'IFileSystemPlugin.GetLogfileInfo(string)' that allows 'uriString' to be passed as a 'System.Uri' object (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1054)
|
|
Build Application - Release:
src/ColumnizerLib/Column.cs#L93
Method 'void Column.SetMaxDisplayLength(int maxLength)' passes a literal string as parameter 'message' of a call to 'ArgumentOutOfRangeException.ArgumentOutOfRangeException(string? paramName, string? message)'. Retrieve the following string(s) from a resource table instead: "Maximum display length must be at least 1000 characters.". (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1303)
|
|
Build Application - Release:
src/ColumnizerLib/Column.cs#L58
Non-nullable property 'FullValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or safely handling the case where 'field' is null in the 'get' accessor.
|
|
Build Application - Release:
src/ColumnizerLib/LineEntry.cs#L22
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|