Update Program.cs #76
Annotations
7 errors and 10 warnings
|
build_release:
FCAAddon/FCAClient/Program.cs#L63
Argument 1: cannot convert from 'FCAUconnect.FCAClient' to 'fcaClient'
|
build_release:
FCAAddon/FCAClient/Program.cs#L104
Argument 2: cannot convert from 'FCAUconnect.FCAClient' to 'fcaClient'
|
build_release:
FCAAddon/FCAClient/Program.cs#L155
'fcaClient' does not contain a definition for 'SendCommand' and no accessible extension method 'SendCommand' accepting a first argument of type 'fcaClient' could be found (are you missing a using directive or an assembly reference?)
|
build_release:
FCAAddon/FCAClient/Program.cs#L142
The type or namespace name 'fcaClient' could not be found (are you missing a using directive or an assembly reference?)
|
build_release:
FCAAddon/FCAClient/Program.cs#L171
The type or namespace name 'fcaClient' could not be found (are you missing a using directive or an assembly reference?)
|
build_release
The operation was canceled.
|
build_release
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build_release
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build_release
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build_release
Package Cocona 2.0.3 has a resource with the locale 'ja-jp'. This locale has been normalized to the standard format 'ja-JP' to prevent casing issues in the build. Consider notifying the package author about this casing issue.
|
build_release
Package Cocona 2.0.3 has a resource with the locale 'ko-kr'. This locale has been normalized to the standard format 'ko-KR' to prevent casing issues in the build. Consider notifying the package author about this casing issue.
|
build_release
Package Cocona.Core 2.0.3 has a resource with the locale 'ja-jp'. This locale has been normalized to the standard format 'ja-JP' to prevent casing issues in the build. Consider notifying the package author about this casing issue.
|
build_release
Package Cocona.Core 2.0.3 has a resource with the locale 'ko-kr'. This locale has been normalized to the standard format 'ko-KR' to prevent casing issues in the build. Consider notifying the package author about this casing issue.
|
build_release:
FCAAddon/FCAClient/FCAResponse.cs#L42
Non-nullable property 'UID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_release:
FCAAddon/FCAClient/FCAResponse.cs#L43
Non-nullable property 'SessionInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_release:
FCAAddon/FCAClient/FCAResponse.cs#L48
Non-nullable property 'IdToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading