Annotations
88 warnings
build-and-publish (ubuntu-latest, 6.0.x, linux-x64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-and-publish (ubuntu-latest, 6.0.x, linux-x64)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-and-publish (ubuntu-latest, 6.0.x, linux-x64)
'AddSoundWindow.Title' hides inherited member 'Window.Title'. Use the new keyword if hiding was intended.
|
build-and-publish (ubuntu-latest, 6.0.x, linux-x64)
'SoundManageWindow.Title' hides inherited member 'Window.Title'. Use the new keyword if hiding was intended.
|
build-and-publish (ubuntu-latest, 6.0.x, linux-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L18
Non-nullable field 'FilePath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, linux-x64):
Database/DatabaseConnectionContext.cs#L9
Non-nullable property 'Users' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, linux-x64):
Database/DatabaseConnectionContext.cs#L10
Non-nullable property 'Sounds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, linux-x64):
Database/DatabaseConnectionContext.cs#L11
Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, linux-x64):
Database/DatabaseConnectionContext.cs#L12
Non-nullable property 'Playlists' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, linux-x64):
Libs/ApplicationContext.cs#L12
Non-nullable property 'DataContextModel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, linux-x64):
Libs/ApplicationContext.cs#L12
Non-nullable property 'SoundsInPlaylist' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, linux-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L27
'OpenFileDialog' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'
|
build-and-publish (ubuntu-latest, 6.0.x, linux-x64)
'AddSoundWindow.Title' hides inherited member 'Window.Title'. Use the new keyword if hiding was intended.
|
build-and-publish (ubuntu-latest, 6.0.x, linux-x64)
'SoundManageWindow.Title' hides inherited member 'Window.Title'. Use the new keyword if hiding was intended.
|
build-and-publish (ubuntu-latest, 6.0.x, linux-x64):
Models/User.cs#L8
Non-nullable property 'Sounds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, linux-x64):
Models/User.cs#L9
Non-nullable property 'Playlists' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, linux-x64):
Models/Sound.cs#L7
Non-nullable property 'File' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, linux-x64):
Models/Sound.cs#L8
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, linux-x64):
Models/Playlist.cs#L7
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, linux-x64):
Models/Playlist.cs#L8
Non-nullable property 'Sound' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, linux-x64):
Models/FileRecord.cs#L6
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, linux-x64):
Models/FileRecord.cs#L7
Non-nullable property 'FileContent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64)
'AddSoundWindow.Title' hides inherited member 'Window.Title'. Use the new keyword if hiding was intended.
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64)
'SoundManageWindow.Title' hides inherited member 'Window.Title'. Use the new keyword if hiding was intended.
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L18
Non-nullable field 'FilePath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L27
'OpenFileDialog' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64):
Database/DatabaseConnectionContext.cs#L9
Non-nullable property 'Users' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64):
Database/DatabaseConnectionContext.cs#L10
Non-nullable property 'Sounds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64):
Database/DatabaseConnectionContext.cs#L11
Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64):
Database/DatabaseConnectionContext.cs#L12
Non-nullable property 'Playlists' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L119
Converting null literal or possible null value to non-nullable type.
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L121
Dereference of a possibly null reference.
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64)
'AddSoundWindow.Title' hides inherited member 'Window.Title'. Use the new keyword if hiding was intended.
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64)
'SoundManageWindow.Title' hides inherited member 'Window.Title'. Use the new keyword if hiding was intended.
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L18
Non-nullable field 'FilePath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64):
Database/DatabaseConnectionContext.cs#L9
Non-nullable property 'Users' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64):
Database/DatabaseConnectionContext.cs#L10
Non-nullable property 'Sounds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64):
Database/DatabaseConnectionContext.cs#L11
Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64):
Database/DatabaseConnectionContext.cs#L12
Non-nullable property 'Playlists' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L27
'OpenFileDialog' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64):
Libs/ApplicationContext.cs#L12
Non-nullable property 'DataContextModel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64):
Libs/ApplicationContext.cs#L12
Non-nullable property 'SoundsInPlaylist' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (windows-latest, 6.0.x, linux-x64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-and-publish (windows-latest, 6.0.x, linux-x64)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-and-publish (windows-latest, 6.0.x, linux-x64)
'AddSoundWindow.Title' hides inherited member 'Window.Title'. Use the new keyword if hiding was intended.
|
build-and-publish (windows-latest, 6.0.x, linux-x64)
'SoundManageWindow.Title' hides inherited member 'Window.Title'. Use the new keyword if hiding was intended.
|
build-and-publish (windows-latest, 6.0.x, linux-x64):
Database/DatabaseConnectionContext.cs#L9
Non-nullable property 'Users' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (windows-latest, 6.0.x, linux-x64):
Database/DatabaseConnectionContext.cs#L10
Non-nullable property 'Sounds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (windows-latest, 6.0.x, linux-x64):
Database/DatabaseConnectionContext.cs#L11
Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (windows-latest, 6.0.x, linux-x64):
Database/DatabaseConnectionContext.cs#L12
Non-nullable property 'Playlists' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (windows-latest, 6.0.x, linux-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L18
Non-nullable field 'FilePath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-and-publish (windows-latest, 6.0.x, linux-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L27
'OpenFileDialog' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'
|
build-and-publish (windows-latest, 6.0.x, linux-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L119
Converting null literal or possible null value to non-nullable type.
|
build-and-publish (windows-latest, 6.0.x, linux-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L121
Dereference of a possibly null reference.
|
build-and-publish (windows-latest, 6.0.x, linux-x64)
'AddSoundWindow.Title' hides inherited member 'Window.Title'. Use the new keyword if hiding was intended.
|
build-and-publish (windows-latest, 6.0.x, linux-x64)
'SoundManageWindow.Title' hides inherited member 'Window.Title'. Use the new keyword if hiding was intended.
|
build-and-publish (windows-latest, 6.0.x, linux-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L18
Non-nullable field 'FilePath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-and-publish (windows-latest, 6.0.x, linux-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L27
'OpenFileDialog' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'
|
build-and-publish (windows-latest, 6.0.x, linux-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L119
Converting null literal or possible null value to non-nullable type.
|
build-and-publish (windows-latest, 6.0.x, linux-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L121
Dereference of a possibly null reference.
|
build-and-publish (windows-latest, 6.0.x, linux-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L121
Dereference of a possibly null reference.
|
build-and-publish (windows-latest, 6.0.x, linux-x64):
UI/Register/RegisterWindow.axaml.cs#L29
Possible null reference assignment.
|
build-and-publish (windows-latest, 6.0.x, linux-x64):
UI/Register/RegisterWindow.axaml.cs#L30
Possible null reference assignment.
|
build-and-publish (windows-latest, 6.0.x, linux-x64):
UI/Register/RegisterWindow.axaml.cs#L31
Possible null reference assignment.
|
build-and-publish (windows-latest, 6.0.x, win-x64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-and-publish (windows-latest, 6.0.x, win-x64)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-and-publish (windows-latest, 6.0.x, win-x64)
'AddSoundWindow.Title' hides inherited member 'Window.Title'. Use the new keyword if hiding was intended.
|
build-and-publish (windows-latest, 6.0.x, win-x64)
'SoundManageWindow.Title' hides inherited member 'Window.Title'. Use the new keyword if hiding was intended.
|
build-and-publish (windows-latest, 6.0.x, win-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L18
Non-nullable field 'FilePath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-and-publish (windows-latest, 6.0.x, win-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L27
'OpenFileDialog' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'
|
build-and-publish (windows-latest, 6.0.x, win-x64):
Database/DatabaseConnectionContext.cs#L9
Non-nullable property 'Users' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (windows-latest, 6.0.x, win-x64):
Database/DatabaseConnectionContext.cs#L10
Non-nullable property 'Sounds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (windows-latest, 6.0.x, win-x64):
Database/DatabaseConnectionContext.cs#L11
Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (windows-latest, 6.0.x, win-x64):
Database/DatabaseConnectionContext.cs#L12
Non-nullable property 'Playlists' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (windows-latest, 6.0.x, win-x64):
Libs/ApplicationContext.cs#L12
Non-nullable property 'DataContextModel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (windows-latest, 6.0.x, win-x64):
Libs/ApplicationContext.cs#L12
Non-nullable property 'SoundsInPlaylist' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (windows-latest, 6.0.x, win-x64)
'AddSoundWindow.Title' hides inherited member 'Window.Title'. Use the new keyword if hiding was intended.
|
build-and-publish (windows-latest, 6.0.x, win-x64)
'SoundManageWindow.Title' hides inherited member 'Window.Title'. Use the new keyword if hiding was intended.
|
build-and-publish (windows-latest, 6.0.x, win-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L18
Non-nullable field 'FilePath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-and-publish (windows-latest, 6.0.x, win-x64):
Database/DatabaseConnectionContext.cs#L9
Non-nullable property 'Users' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (windows-latest, 6.0.x, win-x64):
Database/DatabaseConnectionContext.cs#L10
Non-nullable property 'Sounds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (windows-latest, 6.0.x, win-x64):
Database/DatabaseConnectionContext.cs#L11
Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (windows-latest, 6.0.x, win-x64):
Database/DatabaseConnectionContext.cs#L12
Non-nullable property 'Playlists' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (windows-latest, 6.0.x, win-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L27
'OpenFileDialog' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'
|
build-and-publish (windows-latest, 6.0.x, win-x64):
Models/User.cs#L8
Non-nullable property 'Sounds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-publish (windows-latest, 6.0.x, win-x64):
Models/User.cs#L9
Non-nullable property 'Playlists' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
published-app-ubuntu-latest-20a2249abba3c6b83eba153a03084ab24824270c
Expired
|
118 MB |
|
published-app-windows-latest-20a2249abba3c6b83eba153a03084ab24824270c
Expired
|
118 MB |
|