[Junie]: feat: implement ChromiumBrowser abstraction in ChromeProtocol.Runtime #95
Annotations
10 errors and 10 warnings
|
🏗 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/Schema/CollectionConverter.cs#L54
Converting null literal or possible null value to non-nullable type.
|
|
🏗 Build:
src/ChromeProtocol.Tools/Schema/CollectionConverter.cs#L44
Possible null reference return.
|
|
🏗 Build:
src/ChromeProtocol.Tools/Schema/CollectionConverter.cs#L37
Possible null reference return.
|
|
🏗 Build:
src/ChromeProtocol.Tools/Schema/CollectionConverter.cs#L37
Converting null literal or possible null value to non-nullable type.
|
|
🏗 Build:
src/ChromeProtocol.Tools/CodeGeneration/Emitting/CsharpTypeDecl.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
🏗 Build:
src/ChromeProtocol.Tools/CodeGeneration/CsharpTypeInfo.cs#L18
Converting null literal or possible null value to non-nullable type.
|
|
🏗 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'.'
|
Loading