Draft: Feature/dotnet6 #173
Annotations
10 errors and 10 warnings
build:
Source/OpenSim.Region.OptionalModules.Currency/DTLNSLMoneyModule.cs#L65
The type or namespace name 'MySQL' does not exist in the namespace 'OpenSim.Data' (are you missing an assembly reference?)
|
build:
Source/OpenSim.Server.MoneyServer/IMoneyDBService.cs#L29
The type or namespace name 'MySQL' does not exist in the namespace 'OpenSim.Data' (are you missing an assembly reference?)
|
build:
Source/OpenSim.Server.MoneyServer/MoneyDBService.cs#L31
The type or namespace name 'MySQL' does not exist in the namespace 'OpenSim.Data' (are you missing an assembly reference?)
|
build:
Source/OpenSim.Server.MoneyServer/MoneyDBService.cs#L32
The type or namespace name 'OptionalModules' does not exist in the namespace 'OpenSim.Region' (are you missing an assembly reference?)
|
build:
Source/OpenSim.Server.MoneyServer/MoneyServer.cs#L33
The type or namespace name 'NSL' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/OpenSim.Server.MoneyServer/MoneyXmlRpcModule.cs#L41
The type or namespace name 'MySQL' does not exist in the namespace 'OpenSim.Data' (are you missing an assembly reference?)
|
build:
Source/OpenSim.Server.MoneyServer/MoneyXmlRpcModule.cs#L42
The type or namespace name 'OptionalModules' does not exist in the namespace 'OpenSim.Region' (are you missing an assembly reference?)
|
build:
Source/OpenSim.Server.MoneyServer/MoneyXmlRpcModule.cs#L44
The type or namespace name 'NSL' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/OpenSim.Server.MoneyServer/MoneyXmlRpcModule.cs#L45
The type or namespace name 'NSL' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/OpenSim.Server.MoneyServer/IMoneyDBService.cs#L44
The type or namespace name 'TransactionData' could not be found (are you missing a using directive or an assembly reference?)
|
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
|