Merge branch 'dev' of https://github.com/TheJoeFin/Text-Grab into dev #8
Annotations
12 warnings
build
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
No files were found with the provided path: Text-Grab/bin/Release/net6.0/win-x64/publish. No artifacts will be uploaded.
|
build:
Text-Grab/Utilities/FileUtilities.cs#L126
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
Text-Grab/Utilities/FileUtilities.cs#L217
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
Text-Grab/Utilities/FileUtilities.cs#L273
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
Text-Grab/Models/DragDataObject.cs#L18
Cannot convert null literal to non-nullable reference type.
|
build:
Text-Grab/Models/DragDataObject.cs#L19
Cannot convert null literal to non-nullable reference type.
|
build:
Text-Grab/Models/DragDataObject.cs#L18
Cannot convert null literal to non-nullable reference type.
|
build:
Text-Grab/Models/DragDataObject.cs#L19
Cannot convert null literal to non-nullable reference type.
|
build:
Text-Grab/Utilities/FileUtilities.cs#L126
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
Text-Grab/Utilities/FileUtilities.cs#L217
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
Text-Grab/Utilities/FileUtilities.cs#L273
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|