Skip to content

Draft: Feature/dotnet6 #177

Draft: Feature/dotnet6

Draft: Feature/dotnet6 #177

Triggered via pull request March 31, 2024 04:24
Status Failure
Total duration 59s
Artifacts

dotnetci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: Source/OpenSim.Server.Handlers/Asset/AssetServerDeleteHandler.cs#L28
The type or namespace name 'Nini' could not be found (are you missing a using directive or an assembly reference?)
build: Source/OpenSim.Server.Handlers/Asset/AssetServerDeleteHandler.cs#L29
The type or namespace name 'log4net' could not be found (are you missing a using directive or an assembly reference?)
build: Source/OpenSim.Server.Handlers/Asset/AssetServerGetHandler.cs#L28
The type or namespace name 'Nini' could not be found (are you missing a using directive or an assembly reference?)
build: Source/OpenSim.Server.Handlers/Asset/AssetServerGetHandler.cs#L29
The type or namespace name 'log4net' could not be found (are you missing a using directive or an assembly reference?)
build: Source/OpenSim.Server.Handlers/Asset/AssetServerPostHandler.cs#L28
The type or namespace name 'Nini' could not be found (are you missing a using directive or an assembly reference?)
build: Source/OpenSim.Server.Handlers/Asset/AssetServerPostHandler.cs#L29
The type or namespace name 'log4net' could not be found (are you missing a using directive or an assembly reference?)
build: Source/OpenSim.Server.Handlers/Asset/AssetsExistHandler.cs#L28
The type or namespace name 'Nini' could not be found (are you missing a using directive or an assembly reference?)
build: Source/OpenSim.Server.Handlers/Asset/AssetsExistHandler.cs#L29
The type or namespace name 'log4net' could not be found (are you missing a using directive or an assembly reference?)
build: Source/OpenSim.Server.Handlers/Authentication/AuthenticationServerPostHandler.cs#L28
The type or namespace name 'log4net' could not be found (are you missing a using directive or an assembly reference?)
build: Source/OpenSim.Server.Handlers/Authentication/OpenIdServerHandler.cs#L41
The type or namespace name 'Nini' 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/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/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/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.
build: Source/OpenSim.Framework/DoubleDictionaryThreadAbortSafe.cs#L43
The type 'TKey2' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey2' doesn't match 'notnull' constraint.