Skip to content

Draft: Feature/dotnet6 #182

Draft: Feature/dotnet6

Draft: Feature/dotnet6 #182

Triggered via pull request April 12, 2024 15:31
Status Failure
Total duration 1m 15s
Artifacts

dotnetci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: Tests/OpenSim.Clients.Assets.Tests/AssetsClient.cs#L36
The type or namespace name 'log4net' could not be found (are you missing a using directive or an assembly reference?)
build: Tests/OpenSim.Clients.Assets.Tests/AssetsClient.cs#L37
The type or namespace name 'log4net' could not be found (are you missing a using directive or an assembly reference?)
build: Tests/OpenSim.Clients.Assets.Tests/AssetsClient.cs#L38
The type or namespace name 'log4net' could not be found (are you missing a using directive or an assembly reference?)
build: Tests/OpenSim.Clients.Assets.Tests/AssetsClient.cs#L42
The type or namespace name 'Connectors' does not exist in the namespace 'OpenSim.Services' (are you missing an assembly reference?)
build: Tests/OpenSim.Clients.Assets.Tests/AssetsClient.cs#L48
The type or namespace name 'ILog' could not be found (are you missing a using directive or an assembly reference?)
build: Source/OpenSim.Capabilities.Handlers/FetchInventory/FetchInvDescHandler.cs#L33
The type or namespace name 'log4net' could not be found (are you missing a using directive or an assembly reference?)
build: Source/OpenSim.Capabilities.Handlers/FetchInventory/FetchInvDescHandler.cs#L34
The type or namespace name 'Nini' could not be found (are you missing a using directive or an assembly reference?)
build: Source/OpenSim.Capabilities.Handlers/FetchInventory/FetchInventory2Handler.cs#L39
The type or namespace name 'log4net' could not be found (are you missing a using directive or an assembly reference?)
build: Source/OpenSim.Capabilities.Handlers/FetchInventory/FetchLib2Handler.cs#L39
The type or namespace name 'log4net' could not be found (are you missing a using directive or an assembly reference?)
build: Source/OpenSim.Capabilities.Handlers/FetchInventory/FetchLibDescHandler.cs#L33
The type or namespace name 'log4net' 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: Source/OpenSim.Framework/Animation.cs#L124
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
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/Cache.cs#L226
Nullability of reference types in type of parameter 'a' of 'int SortLRU.Compare(CacheItemBase a, CacheItemBase b)' doesn't match implicitly implemented member 'int IComparer<CacheItemBase>.Compare(CacheItemBase? x, CacheItemBase? y)' (possibly because of nullability attributes).
build: Source/OpenSim.Framework/Cache.cs#L226
Nullability of reference types in type of parameter 'b' of 'int SortLRU.Compare(CacheItemBase a, CacheItemBase b)' doesn't match implicitly implemented member 'int IComparer<CacheItemBase>.Compare(CacheItemBase? x, CacheItemBase? y)' (possibly because of nullability attributes).
build: Source/OpenSim.Framework/Cache.cs#L241
Nullability of reference types in type of parameter 'a' of 'int SortLRUrev.Compare(CacheItemBase a, CacheItemBase b)' doesn't match implicitly implemented member 'int IComparer<CacheItemBase>.Compare(CacheItemBase? x, CacheItemBase? y)' (possibly because of nullability attributes).
build: Source/OpenSim.Framework/Cache.cs#L241
Nullability of reference types in type of parameter 'b' of 'int SortLRUrev.Compare(CacheItemBase a, CacheItemBase b)' doesn't match implicitly implemented member 'int IComparer<CacheItemBase>.Compare(CacheItemBase? x, CacheItemBase? y)' (possibly because of nullability attributes).
build: Source/OpenSim.Framework/Cache.cs#L104
Nullability of reference types in type of parameter 'item' of 'bool CacheItemBase.Equals(CacheItemBase item)' doesn't match implicitly implemented member 'bool IEquatable<CacheItemBase>.Equals(CacheItemBase? other)' (possibly because of nullability attributes).
build: Source/OpenSim.Framework/Cache.cs#L109
Nullability of reference types in type of parameter 'item' of 'int CacheItemBase.CompareTo(CacheItemBase item)' doesn't match implicitly implemented member 'int IComparable<CacheItemBase>.CompareTo(CacheItemBase? other)' (possibly because of nullability attributes).
build: Source/OpenSim.Framework/DoubleDictionaryThreadAbortSafe.cs#L42
The type 'TKey1' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey1' doesn't match 'notnull' constraint.