Skip to content

Update to .NET 9.0.100 #779

Update to .NET 9.0.100

Update to .NET 9.0.100 #779

Triggered via push November 13, 2024 18:00
Status Failure
Total duration 59m 52s
Artifacts

dotnet.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 10 warnings
build (macos-14)
Could not find Xcode version that satisfied version spec: '16.0'
build (windows-latest)
The type or namespace name 'OpenAI_API' could not be found (are you missing a using directive or an assembly reference?)
build (windows-latest)
The type or namespace name 'OpenAI_API' could not be found (are you missing a using directive or an assembly reference?)
build (windows-latest)
The type or namespace name 'OpenAI_API' could not be found (are you missing a using directive or an assembly reference?)
build (windows-latest)
The type or namespace name 'OpenAI_API' could not be found (are you missing a using directive or an assembly reference?)
build (windows-latest)
The type or namespace name 'OpenAI_API' could not be found (are you missing a using directive or an assembly reference?)
build (windows-latest)
The type or namespace name 'OpenAI_API' could not be found (are you missing a using directive or an assembly reference?)
build (windows-latest)
The type or namespace name 'OpenAI_API' could not be found (are you missing a using directive or an assembly reference?)
build (windows-latest)
The type or namespace name 'OpenAI_API' could not be found (are you missing a using directive or an assembly reference?)
build (windows-latest)
The type or namespace name 'OpenAI_API' could not be found (are you missing a using directive or an assembly reference?)
build (windows-latest)
The type or namespace name 'OpenAI_API' could not be found (are you missing a using directive or an assembly reference?)
build (windows-latest)
Found version-specific or distribution-specific runtime identifier(s): alpine-arm, alpine-arm64, alpine-x64. Affected libraries: SQLitePCLRaw.lib.e_sqlite3. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
build (windows-latest)
Skipping 'Com.Applandeo.Materialcalendarview.CalendarView.Companion' due to a duplicate nested type name. (Java type: 'com.applandeo.materialcalendarview.CalendarView')
build (windows-latest)
Skipping 'Com.Applandeo.Materialcalendarview.Utils.CalendarProperties.Companion' due to a duplicate nested type name. (Java type: 'com.applandeo.materialcalendarview.utils.CalendarProperties')
build (windows-latest)
'EventDay' is obsolete: 'This class is obsoleted in this android platform'
build (windows-latest)
The member 'OutOfDateRangeException.Equals(Object?)' does not hide an accessible member. The new keyword is not required.
build (windows-latest)
The member 'UnsupportedMethodsException.Equals(Object?)' does not hide an accessible member. The new keyword is not required.
build (windows-latest)
'CalendarGridView.OnMeasure(int, int)' hides inherited member 'View.OnMeasure(int, int)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (windows-latest)
Nullability of reference types in type of parameter 'adapterView' of 'void DayRowClickListener.OnItemClick(AdapterView adapterView, View view, int position, long id)' doesn't match implicitly implemented member 'void IOnItemClickListener.OnItemClick(AdapterView? parent, View? view, int position, long id)' (possibly because of nullability attributes).
build (windows-latest)
Nullability of reference types in type of parameter 'view' of 'void DayRowClickListener.OnItemClick(AdapterView adapterView, View view, int position, long id)' doesn't match implicitly implemented member 'void IOnItemClickListener.OnItemClick(AdapterView? parent, View? view, int position, long id)' (possibly because of nullability attributes).
build (windows-latest)
Nullability of reference types in type of parameter 'adapterView' of 'bool DayRowLongClickListener.OnItemLongClick(AdapterView adapterView, View view, int position, long id)' doesn't match implicitly implemented member 'bool IOnItemLongClickListener.OnItemLongClick(AdapterView? parent, View? view, int position, long id)' (possibly because of nullability attributes).