[Snyk] Fix for 2 vulnerabilities #55
Merged
Annotations
10 warnings
|
src/Umbraco.Community.BackOfficeOrganiser/Infrastructure/PackageManifestReader.cs#L11
Parameter 'logger' is unread.
|
|
src/Umbraco.Community.BackOfficeOrganiser/Infrastructure/PackageManifestReader.cs#L14
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.
|
|
src/Umbraco.Community.BackOfficeOrganiser/Core/Organisers/MemberTypeOrganiser.cs#L29
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.
|
|
src/Umbraco.Community.BackOfficeOrganiser/Core/Organisers/MediaTypeOrganiser.cs#L29
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.
|
|
src/Umbraco.Community.BackOfficeOrganiser/Core/Organisers/ContentTypeOrganiser.cs#L29
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.
|
|
src/Umbraco.Community.BackOfficeOrganiser/Infrastructure/PackageManifestReader.cs#L11
Parameter 'logger' is unread.
|
|
src/Umbraco.Community.BackOfficeOrganiser/Infrastructure/PackageManifestReader.cs#L14
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.
|
|
src/Umbraco.Community.BackOfficeOrganiser/Core/Organisers/MemberTypeOrganiser.cs#L29
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.
|
|
src/Umbraco.Community.BackOfficeOrganiser/Core/Organisers/MediaTypeOrganiser.cs#L29
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.
|
|
src/Umbraco.Community.BackOfficeOrganiser/Core/Organisers/ContentTypeOrganiser.cs#L29
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.
|
The logs for this run have expired and are no longer available.
Loading