Draft: Feature/dotnet6 #167
Annotations
10 errors and 10 warnings
build:
Source/OpenSim.Capabilities.Handlers/FetchInventory/FetchInventory2ServerConnector.cs#L38
The type or namespace name 'ServiceConnector' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/OpenSim.Capabilities.Handlers/FetchInventory/FetchInventory2ServerConnector.cs#L43
The type or namespace name 'IConfiguration' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/OpenSim.Capabilities.Handlers/GetMesh/GetMeshServerConnector.cs#L38
The type or namespace name 'ServiceConnector' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/OpenSim.Capabilities.Handlers/FetchInventory/FetchInvDescServerConnector.cs#L41
The type or namespace name 'ServiceConnector' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/OpenSim.Capabilities.Handlers/GetMesh/GetMeshServerConnector.cs#L43
The type or namespace name 'IConfiguration' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/OpenSim.Capabilities.Handlers/FetchInventory/FetchInvDescServerConnector.cs#L47
The type or namespace name 'IConfiguration' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/OpenSim.Capabilities.Handlers/GetTexture/GetTextureServerConnector.cs#L39
The type or namespace name 'ServiceConnector' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/OpenSim.Capabilities.Handlers/GetTexture/GetTextureServerConnector.cs#L44
The type or namespace name 'IConfiguration' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/OpenSim.Data.PGSQL/PGSQLAgentPreferencesData.cs#L38
'PGSQLAgentPreferencesData' does not implement interface member 'IAgentPreferencesData.Initialize(string, string)'
|
build:
Source/OpenSim.Data.PGSQL/PGSQLRegionData.cs#L45
'PGSQLRegionData' does not implement interface member 'IRegionData.Initialize(string, string)'
|
build:
Source/OpenSim.Server.Common/PidFileService.cs#L27
Possible null reference assignment.
|
build:
ThirdParty/SmartThreadPool/SmartThreadPool.cs#L572
This call site is reachable on all platforms. 'Thread.SetApartmentState(ApartmentState)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
Source/OpenSim.Framework/IScene.cs#L35
The type name 'restart' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
Source/OpenSim.Framework/WebUtil.cs#L962
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
build:
Source/OpenSim.Framework/WebUtil.cs#L128
'SslProtocols.Tls' is obsolete: 'TLS versions 1.0 and 1.1 have known vulnerabilities and are not recommended. Use a newer TLS version instead, or use SslProtocols.None to defer to OS defaults.' (https://aka.ms/dotnet-warnings/SYSLIB0039)
|
build:
Source/OpenSim.Framework/WebUtil.cs#L128
'SslProtocols.Tls11' is obsolete: 'TLS versions 1.0 and 1.1 have known vulnerabilities and are not recommended. Use a newer TLS version instead, or use SslProtocols.None to defer to OS defaults.' (https://aka.ms/dotnet-warnings/SYSLIB0039)
|
build:
Source/OpenSim.Framework/WebUtil.cs#L194
'SslProtocols.Tls' is obsolete: 'TLS versions 1.0 and 1.1 have known vulnerabilities and are not recommended. Use a newer TLS version instead, or use SslProtocols.None to defer to OS defaults.' (https://aka.ms/dotnet-warnings/SYSLIB0039)
|
build:
Source/OpenSim.Framework/WebUtil.cs#L194
'SslProtocols.Tls11' is obsolete: 'TLS versions 1.0 and 1.1 have known vulnerabilities and are not recommended. Use a newer TLS version instead, or use SslProtocols.None to defer to OS defaults.' (https://aka.ms/dotnet-warnings/SYSLIB0039)
|
build:
Source/OpenSim.Framework/ModuleLoader.cs#L125
The variable 'ex' is declared but never used
|
build:
Source/OpenSim.Framework/RegionInfo.cs#L89
The field 'RegionInfo.m_resolveAddress' is assigned but its value is never used
|