Merge remote-tracking branch 'origin/master' #11
Annotations
84 warnings
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):
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):
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)
'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):
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):
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):
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, linux-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L121
Dereference of a possibly null reference.
|
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):
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, 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.
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64):
Models/Export/UserRaw.cs#L8
Non-nullable property 'Username' 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):
Models/Export/UserRaw.cs#L9
Non-nullable property 'Password' 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):
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, win-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, win-x64):
Models/Export/SoundRaw.cs#L8
Non-nullable property 'Name' 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):
Models/Export/SoundRaw.cs#L9
Non-nullable property 'Author' 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)
'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):
Services/UserService.cs#L15
Possible null reference assignment.
|
build-and-publish (ubuntu-latest, 6.0.x, win-x64):
Services/UserService.cs#L13
Non-nullable field 'userRepository' 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):
Services/SoundService.cs#L22
Possible null reference assignment.
|
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):
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, win-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L121
Dereference of a possibly null reference.
|
build-and-publish (windows-latest, 6.0.x, win-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L121
Dereference of a possibly null reference.
|
build-and-publish (windows-latest, 6.0.x, win-x64):
UI/Register/RegisterWindow.axaml.cs#L29
Possible null reference assignment.
|
build-and-publish (windows-latest, 6.0.x, win-x64):
UI/Register/RegisterWindow.axaml.cs#L30
Possible null reference assignment.
|
build-and-publish (windows-latest, 6.0.x, win-x64):
UI/Register/RegisterWindow.axaml.cs#L31
Possible null reference assignment.
|
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):
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, win-x64):
UI/SoundManage/SoundManageWindow.axaml.cs#L121
Dereference of a possibly null reference.
|
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):
Libs/PlayButtonAction.cs#L5
Non-nullable field 'instance' 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):
Libs/AudioPlayer.cs#L15
Non-nullable field 'wavePlayer' 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)
'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):
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#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.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
published-app-ubuntu-latest-9dc5e8fb2eb36d01b41b64f4e58a0641c005de48
Expired
|
118 MB |
|
published-app-windows-latest-9dc5e8fb2eb36d01b41b64f4e58a0641c005de48
Expired
|
118 MB |
|