[Junie]: feat: implement ChromiumBrowser abstraction in ChromeProtocol.Runtime #95
Annotations
10 errors, 10 warnings, and 1 notice
|
🏗 Build:
src/ChromeProtocol.Runtime/Browser/LocalChromiumBrowser.cs#L12
'LocalChromiumBrowser' does not implement interface member 'IChromiumBrowser.Pages'. 'LocalChromiumBrowser.Pages' cannot implement 'IChromiumBrowser.Pages' because it does not have the matching return type of 'ObservableCollection<ChromiumTarget>'.
|
|
🏗 Build:
src/ChromeProtocol.Runtime/Browser/LocalChromiumBrowser.cs#L12
'LocalChromiumBrowser' does not implement interface member 'IChromiumBrowser.Targets'. 'LocalChromiumBrowser.Targets' cannot implement 'IChromiumBrowser.Targets' because it does not have the matching return type of 'ObservableCollection<ChromiumTarget>'.
|
|
🏗 Build:
src/ChromeProtocol.Runtime/Browser/IChromiumBrowser.cs#L28
The type or namespace name 'ObservableCollection<>' could not be found (are you missing a using directive or an assembly reference?)
|
|
🏗 Build:
src/ChromeProtocol.Runtime/Browser/IChromiumBrowser.cs#L23
The type or namespace name 'ObservableCollection<>' could not be found (are you missing a using directive or an assembly reference?)
|
|
🏗 Build:
src/ChromeProtocol.Runtime/Browser/LocalChromiumBrowser.cs#L4
The type or namespace name 'Domains' does not exist in the namespace 'ChromeProtocol' (are you missing an assembly reference?)
|
|
🏗 Build:
src/ChromeProtocol.Runtime/Browser/LocalChromiumBrowser.cs#L12
'LocalChromiumBrowser' does not implement interface member 'IChromiumBrowser.Pages'. 'LocalChromiumBrowser.Pages' cannot implement 'IChromiumBrowser.Pages' because it does not have the matching return type of 'ObservableCollection<ChromiumTarget>'.
|
|
🏗 Build:
src/ChromeProtocol.Runtime/Browser/LocalChromiumBrowser.cs#L12
'LocalChromiumBrowser' does not implement interface member 'IChromiumBrowser.Targets'. 'LocalChromiumBrowser.Targets' cannot implement 'IChromiumBrowser.Targets' because it does not have the matching return type of 'ObservableCollection<ChromiumTarget>'.
|
|
🏗 Build:
src/ChromeProtocol.Runtime/Browser/IChromiumBrowser.cs#L28
The type or namespace name 'ObservableCollection<>' could not be found (are you missing a using directive or an assembly reference?)
|
|
🏗 Build:
src/ChromeProtocol.Runtime/Browser/IChromiumBrowser.cs#L23
The type or namespace name 'ObservableCollection<>' could not be found (are you missing a using directive or an assembly reference?)
|
|
🏗 Build:
src/ChromeProtocol.Runtime/Browser/LocalChromiumBrowser.cs#L4
The type or namespace name 'Domains' does not exist in the namespace 'ChromeProtocol' (are you missing an assembly reference?)
|
|
🏗 Build:
src/ChromeProtocol.Tools/CodeGeneration/CsharpTypeInfo.cs#L18
Converting null literal or possible null value to non-nullable type.
|
|
🏗 Build:
src/ChromeProtocol.Tools/Schema/CollectionConverter.cs#L83
Possible null reference argument for parameter 'item' in 'void ICollection<TItem>.Add(TItem item)'.
|
|
🏗 Build:
src/ChromeProtocol.Tools/Schema/CollectionConverter.cs#L79
Possible null reference argument for parameter 'item' in 'void ICollection<TItem>.Add(TItem item)'.
|
|
🏗 Build:
src/ChromeProtocol.Tools/Schema/CollectionConverter.cs#L72
Possible null reference return.
|
|
🏗 Build:
src/ChromeProtocol.Tools/CodeGeneration/Builders/CsharpClassDeclBuilder.cs#L15
Cannot convert null literal to non-nullable reference type.
|
|
🏗 Build:
src/ChromeProtocol.Tools/Services/ProtocolSchemaValidator.cs#L14
Possible null reference argument for parameter 'source' in 'ValueTask<JsonSchema> JsonSchema.FromStream(Stream source)'.
|
|
🏗 Build:
src/ChromeProtocol.Tools/Commands/GenerateCommand.cs#L29
Non-nullable property 'OutputFolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
🏗 Build:
src/ChromeProtocol.Tools/Commands/GenerateCommand.cs#L24
Non-nullable property 'Namespace' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
🏗 Build:
src/ChromeProtocol.Tools/Commands/GenerateCommand.cs#L19
Non-nullable property 'InputFiles' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
🏗 Build:
src/ChromeProtocol.Tools/Schema/IsExternalInit.cs#L2
XML comment has badly formed XML -- 'Expected an end tag for element 'auto-generated'.'
|
|
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
Loading