Implement ResolverUI for RaiseIntent functionality #2677
Annotations
10 errors and 11 warnings
src/fdc3/dotnet/DesktopAgent/src/MorganStanley.ComposeUI.DesktopAgent/IRUCommunicator.cs#L28
The type or namespace name 'RUResponse' could not be found (are you missing a using directive or an assembly reference?)
|
src/fdc3/dotnet/DesktopAgent/src/MorganStanley.ComposeUI.DesktopAgent/Fdc3DesktopAgent.cs#L429
The type or namespace name 'RUResponse' could not be found (are you missing a using directive or an assembly reference?)
|
src/fdc3/dotnet/DesktopAgent/src/MorganStanley.ComposeUI.DesktopAgent/Fdc3DesktopAgent.cs#L41
The type or namespace name 'IRUCommunicator' could not be found (are you missing a using directive or an assembly reference?)
|
src/fdc3/dotnet/DesktopAgent/src/MorganStanley.ComposeUI.DesktopAgent/Infrastructure/Internal/RUMessageRouterCommunicator.cs#L23
The type or namespace name 'IRUCommunicator' could not be found (are you missing a using directive or an assembly reference?)
|
src/fdc3/dotnet/DesktopAgent/src/MorganStanley.ComposeUI.DesktopAgent/Infrastructure/Internal/RUMessageRouterCommunicator.cs#L37
The type or namespace name 'RUResponse' could not be found (are you missing a using directive or an assembly reference?)
|
src/fdc3/dotnet/DesktopAgent/src/MorganStanley.ComposeUI.DesktopAgent/Fdc3DesktopAgent.cs#L56
The type or namespace name 'IRUCommunicator' could not be found (are you missing a using directive or an assembly reference?)
|
src/fdc3/dotnet/DesktopAgent/src/MorganStanley.ComposeUI.DesktopAgent/IRUCommunicator.cs#L28
The type or namespace name 'RUResponse' could not be found (are you missing a using directive or an assembly reference?)
|
src/fdc3/dotnet/DesktopAgent/src/MorganStanley.ComposeUI.DesktopAgent/Fdc3DesktopAgent.cs#L429
The type or namespace name 'RUResponse' could not be found (are you missing a using directive or an assembly reference?)
|
src/fdc3/dotnet/DesktopAgent/src/MorganStanley.ComposeUI.DesktopAgent/Fdc3DesktopAgent.cs#L41
The type or namespace name 'IRUCommunicator' could not be found (are you missing a using directive or an assembly reference?)
|
src/fdc3/dotnet/DesktopAgent/src/MorganStanley.ComposeUI.DesktopAgent/Infrastructure/Internal/RUMessageRouterCommunicator.cs#L23
The type or namespace name 'IRUCommunicator' could not be found (are you missing a using directive or an assembly reference?)
|
prototypes/multi-module-prototype/src/module-loader/dotnet/ModuleLoader/Modules/ModuleManifest.cs#L17
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
prototypes/multi-module-prototype/src/module-loader/dotnet/ModuleLoader/Modules/ModuleManifest.cs#L18
Non-nullable property 'StartupType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
prototypes/multi-module-prototype/src/module-loader/dotnet/ModuleLoader/Modules/ModuleManifest.cs#L19
Non-nullable property 'UIType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
prototypes/multi-module-prototype/src/module-loader/dotnet/ModuleLoader/ModuleHostFactory.cs#L26
Possible null reference argument for parameter 'launchPath' in 'ExecutableRunner.ExecutableRunner(string launchPath, string[]? arguments)'.
|
prototypes/multi-module-prototype/src/module-loader/dotnet/ModuleLoader/ModuleHostFactory.cs#L29
Possible null reference argument for parameter 'path' in 'DotNetCoreRunner.DotNetCoreRunner(string path, string[]? arguments)'.
|
prototypes/multi-module-prototype/src/module-loader/dotnet/ModuleLoader/ModuleHostFactory.cs#L32
Nullable value type may be null.
|
prototypes/multi-module-prototype/src/module-loader/dotnet/ModuleLoader/ModuleHostFactory.cs#L32
Possible null reference argument for parameter 'path' in 'ComposeHostedWebApp.ComposeHostedWebApp(string path, int port)'.
|
prototypes/multi-module-prototype/src/module-loader/dotnet/ModuleLoader/ModuleHostFactory.cs#L35
Converting null literal or possible null value to non-nullable type.
|
prototypes/multi-module-prototype/src/module-loader/dotnet/ModuleLoader/ModuleHostFactory.cs#L45
Possible null reference argument for parameter 'moduleRunner' in 'WindowedModuleHost.WindowedModuleHost(string name, Guid instanceId, IWindowedModuleRunner moduleRunner)'.
|
prototypes/multi-module-prototype/src/module-loader/dotnet/ModuleLoader/ModuleHostFactory.cs#L47
Possible null reference argument for parameter 'url' in 'WebpageModuleHost.WebpageModuleHost(string name, Guid instanceId, string url, IModuleRunner? runner)'.
|
|
This job failed
Loading