Merge branch 'Aimmy-V2' of https://github.com/TaylorIsBlue/Aimmy-CUDA… #33
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build release x64:
Aimmy2/Visuality/ModelItem.cs#L23
Nullability of reference types in type of 'event PropertyChangedEventHandler ModelItem.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
Build release x64:
Aimmy2/Visuality/ModelItem.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "aimmycuda".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Build release x64:
Aimmy2/Visuality/ModelItem.cs#L23
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build release x64:
Aimmy2/AILogic/AIManager.cs#L90
Non-nullable field '_device' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build release x64:
Aimmy2/AILogic/AIManager.cs#L90
Non-nullable field '_context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build release x64:
Aimmy2/AILogic/AIManager.cs#L90
Non-nullable field '_outputDuplication' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build release x64:
Aimmy2/AILogic/AIManager.cs#L90
Non-nullable field '_desktopImage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build release x64:
Aimmy2/UILibrary/ADownloadGateway.xaml.cs#L69
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
Build release x64:
Aimmy2/MouseMovementLibraries/GHubSupport/LGDownloader.xaml.cs#L87
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
Build release x64:
Aimmy2/AILogic/AIManager.cs#L394
Possible null reference argument for parameter 'DetectedPlayerOverlay' in 'void AIManager.CalculateCoordinates(DetectedPlayerWindow DetectedPlayerOverlay, Prediction closestPrediction, float scaleX, float scaleY)'.
|
Loading