Daily build #610
Annotations
24 warnings
daily-build (win_x64)
Solution "D:\a\beutl\beutl\Beutl.sln" has active build configurations for the build project.
Either enable SuppressBuildProjectCheck on "Build.Solution" or remove the following entries from the solution file:
" - {4C1B4AEA-3F44-43CA-900F-5CE1FE3BD8CD}.Debug|x64.Build.0 = Debug|Any CPU
- {4C1B4AEA-3F44-43CA-900F-5CE1FE3BD8CD}.Release|x64.Build.0 = Release|Any CPU"
|
daily-build (win_x64)
Solution "D:\a\beutl\beutl\Beutl.sln" has active build configurations for the build project.
Either enable SuppressBuildProjectCheck on "Build.Solution" or remove the following entries from the solution file:
" - {4C1B4AEA-3F44-43CA-900F-5CE1FE3BD8CD}.Debug|x64.Build.0 = Debug|Any CPU
- {4C1B4AEA-3F44-43CA-900F-5CE1FE3BD8CD}.Release|x64.Build.0 = Release|Any CPU"
|
daily-build (win_x64)
Solution "D:\a\beutl\beutl\Beutl.sln" has active build configurations for the build project.
Either enable SuppressBuildProjectCheck on "Build.Solution" or remove the following entries from the solution file:
" - {4C1B4AEA-3F44-43CA-900F-5CE1FE3BD8CD}.Debug|x64.Build.0 = Debug|Any CPU
- {4C1B4AEA-3F44-43CA-900F-5CE1FE3BD8CD}.Release|x64.Build.0 = Release|Any CPU"
|
daily-build (win_x64)
D:\a\beutl\beutl\src\Beutl.Core\TypeFormat.cs(104,10): warning CS1030: #warning: 'TypeFormatの互換性コードが残っている' [D:\a\beutl\beutl\src\Beutl.Core\Beutl.Core.csproj]
|
daily-build (win_x64)
D:\a\beutl\beutl\src\Beutl.Extensibility\IAbstractProperty.cs(127,16): warning CS8619: Nullability of reference types in value of type 'CoreProperty<T?>' doesn't match target type 'CoreProperty<T>'. [D:\a\beutl\beutl\src\Beutl.Extensibility\Beutl.Extensibility.csproj]
|
daily-build (win_x64)
D:\a\beutl\beutl\src\Beutl.Controls\PropertyEditors\NumberEditor.cs(17,41): warning AVP1002: Inadvisable registration: Generic types cannot be referenced from XAML. Create a non-generic type to be the owner of this AvaloniaProperty. [D:\a\beutl\beutl\src\Beutl.Controls\Beutl.Controls.csproj]
|
daily-build (win_x64)
D:\a\beutl\beutl\src\Beutl.Operators\Source\TextBlockOperator.cs(14,81): warning CS8620: Argument of type 'CoreProperty<FontFamily?>' cannot be used for parameter 'property' of type 'CoreProperty<FontFamily>' in 'Setter<FontFamily>.Setter(CoreProperty<FontFamily> property, FontFamily? value)' due to differences in the nullability of reference types. [D:\a\beutl\beutl\src\Beutl.Operators\Beutl.Operators.csproj]
|
daily-build (win_x64)
D:\a\beutl\beutl\src\Beutl.Operators\Source\TextBlockOperator.cs(22,67): warning CS8620: Argument of type 'CoreProperty<string?>' cannot be used for parameter 'property' of type 'CoreProperty<string>' in 'Setter<string>.Setter(CoreProperty<string> property, string? value)' due to differences in the nullability of reference types. [D:\a\beutl\beutl\src\Beutl.Operators\Beutl.Operators.csproj]
|
daily-build (osx_x64)
Solution "D:\a\beutl\beutl\Beutl.sln" has active build configurations for the build project.
Either enable SuppressBuildProjectCheck on "Build.Solution" or remove the following entries from the solution file:
" - {4C1B4AEA-3F44-43CA-900F-5CE1FE3BD8CD}.Debug|x64.Build.0 = Debug|Any CPU
- {4C1B4AEA-3F44-43CA-900F-5CE1FE3BD8CD}.Release|x64.Build.0 = Release|Any CPU"
|
daily-build (osx_x64)
Solution "D:\a\beutl\beutl\Beutl.sln" has active build configurations for the build project.
Either enable SuppressBuildProjectCheck on "Build.Solution" or remove the following entries from the solution file:
" - {4C1B4AEA-3F44-43CA-900F-5CE1FE3BD8CD}.Debug|x64.Build.0 = Debug|Any CPU
- {4C1B4AEA-3F44-43CA-900F-5CE1FE3BD8CD}.Release|x64.Build.0 = Release|Any CPU"
|
daily-build (osx_x64)
Solution "D:\a\beutl\beutl\Beutl.sln" has active build configurations for the build project.
Either enable SuppressBuildProjectCheck on "Build.Solution" or remove the following entries from the solution file:
" - {4C1B4AEA-3F44-43CA-900F-5CE1FE3BD8CD}.Debug|x64.Build.0 = Debug|Any CPU
- {4C1B4AEA-3F44-43CA-900F-5CE1FE3BD8CD}.Release|x64.Build.0 = Release|Any CPU"
|
daily-build (osx_x64)
D:\a\beutl\beutl\src\Beutl.Core\TypeFormat.cs(104,10): warning CS1030: #warning: 'TypeFormatの互換性コードが残っている' [D:\a\beutl\beutl\src\Beutl.Core\Beutl.Core.csproj]
|
daily-build (osx_x64)
D:\a\beutl\beutl\src\Beutl.Extensibility\IAbstractProperty.cs(127,16): warning CS8619: Nullability of reference types in value of type 'CoreProperty<T?>' doesn't match target type 'CoreProperty<T>'. [D:\a\beutl\beutl\src\Beutl.Extensibility\Beutl.Extensibility.csproj]
|
daily-build (osx_x64)
D:\a\beutl\beutl\src\Beutl.Controls\PropertyEditors\NumberEditor.cs(17,41): warning AVP1002: Inadvisable registration: Generic types cannot be referenced from XAML. Create a non-generic type to be the owner of this AvaloniaProperty. [D:\a\beutl\beutl\src\Beutl.Controls\Beutl.Controls.csproj]
|
daily-build (osx_x64)
D:\a\beutl\beutl\src\Beutl.Operators\Source\TextBlockOperator.cs(14,81): warning CS8620: Argument of type 'CoreProperty<FontFamily?>' cannot be used for parameter 'property' of type 'CoreProperty<FontFamily>' in 'Setter<FontFamily>.Setter(CoreProperty<FontFamily> property, FontFamily? value)' due to differences in the nullability of reference types. [D:\a\beutl\beutl\src\Beutl.Operators\Beutl.Operators.csproj]
|
daily-build (osx_x64)
D:\a\beutl\beutl\src\Beutl.Operators\Source\TextBlockOperator.cs(22,67): warning CS8620: Argument of type 'CoreProperty<string?>' cannot be used for parameter 'property' of type 'CoreProperty<string>' in 'Setter<string>.Setter(CoreProperty<string> property, string? value)' due to differences in the nullability of reference types. [D:\a\beutl\beutl\src\Beutl.Operators\Beutl.Operators.csproj]
|
daily-build (linux_x64)
Solution "D:\a\beutl\beutl\Beutl.sln" has active build configurations for the build project.
Either enable SuppressBuildProjectCheck on "Build.Solution" or remove the following entries from the solution file:
" - {4C1B4AEA-3F44-43CA-900F-5CE1FE3BD8CD}.Debug|x64.Build.0 = Debug|Any CPU
- {4C1B4AEA-3F44-43CA-900F-5CE1FE3BD8CD}.Release|x64.Build.0 = Release|Any CPU"
|
daily-build (linux_x64)
D:\a\beutl\beutl\src\Beutl.Core\TypeFormat.cs(104,10): warning CS1030: #warning: 'TypeFormatの互換性コードが残っている' [D:\a\beutl\beutl\src\Beutl.Core\Beutl.Core.csproj]
|
daily-build (linux_x64)
D:\a\beutl\beutl\src\Beutl.Extensibility\IAbstractProperty.cs(127,16): warning CS8619: Nullability of reference types in value of type 'CoreProperty<T?>' doesn't match target type 'CoreProperty<T>'. [D:\a\beutl\beutl\src\Beutl.Extensibility\Beutl.Extensibility.csproj]
|
daily-build (linux_x64)
D:\a\beutl\beutl\src\Beutl.Controls\PropertyEditors\NumberEditor.cs(17,41): warning AVP1002: Inadvisable registration: Generic types cannot be referenced from XAML. Create a non-generic type to be the owner of this AvaloniaProperty. [D:\a\beutl\beutl\src\Beutl.Controls\Beutl.Controls.csproj]
|
daily-build (linux_x64)
D:\a\beutl\beutl\src\Beutl.Operators\Source\TextBlockOperator.cs(14,81): warning CS8620: Argument of type 'CoreProperty<FontFamily?>' cannot be used for parameter 'property' of type 'CoreProperty<FontFamily>' in 'Setter<FontFamily>.Setter(CoreProperty<FontFamily> property, FontFamily? value)' due to differences in the nullability of reference types. [D:\a\beutl\beutl\src\Beutl.Operators\Beutl.Operators.csproj]
|
daily-build (linux_x64)
D:\a\beutl\beutl\src\Beutl.Operators\Source\TextBlockOperator.cs(22,67): warning CS8620: Argument of type 'CoreProperty<string?>' cannot be used for parameter 'property' of type 'CoreProperty<string>' in 'Setter<string>.Setter(CoreProperty<string> property, string? value)' due to differences in the nullability of reference types. [D:\a\beutl\beutl\src\Beutl.Operators\Beutl.Operators.csproj]
|
daily-build (linux_x64)
Solution "D:\a\beutl\beutl\Beutl.sln" has active build configurations for the build project.
Either enable SuppressBuildProjectCheck on "Build.Solution" or remove the following entries from the solution file:
" - {4C1B4AEA-3F44-43CA-900F-5CE1FE3BD8CD}.Debug|x64.Build.0 = Debug|Any CPU
- {4C1B4AEA-3F44-43CA-900F-5CE1FE3BD8CD}.Release|x64.Build.0 = Release|Any CPU"
|
daily-build (linux_x64)
Solution "D:\a\beutl\beutl\Beutl.sln" has active build configurations for the build project.
Either enable SuppressBuildProjectCheck on "Build.Solution" or remove the following entries from the solution file:
" - {4C1B4AEA-3F44-43CA-900F-5CE1FE3BD8CD}.Debug|x64.Build.0 = Debug|Any CPU
- {4C1B4AEA-3F44-43CA-900F-5CE1FE3BD8CD}.Release|x64.Build.0 = Release|Any CPU"
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
beutl_linux_x64
Expired
|
21.5 MB |
|
beutl_osx_x64
Expired
|
49.2 MB |
|
beutl_win_x64
Expired
|
56.5 MB |
|