Skip to content

Draft: Feature/dotnet6 #176

Draft: Feature/dotnet6

Draft: Feature/dotnet6 #176

Triggered via pull request March 29, 2024 16:29
Status Failure
Total duration 58s
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/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#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/Location.cs#L66
Nullability of type of parameter 'obj' doesn't match overridden member (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).