Skip to content

Bump release-drafter/release-drafter from 5.23.0 to 5.24.0 #75

Bump release-drafter/release-drafter from 5.23.0 to 5.24.0

Bump release-drafter/release-drafter from 5.23.0 to 5.24.0 #75

Triggered via pull request June 28, 2023 18:06
Status Success
Total duration 2m 0s
Artifacts

build.yml

on: pull_request
Build Package
0s
Build Package
Matrix: test
Push GitHub Package
0s
Push GitHub Package
Push NuGet Package
0s
Push NuGet Package
Fit to window
Zoom out
Zoom in

Annotations

60 warnings
Test-ubuntu-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L42
Modify 'Execute' to catch a more specific allowed exception type, or rethrow the exception
Test-ubuntu-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L64
Specify a culture or use an invariant version to avoid implicit dependency on current culture
Test-ubuntu-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L57
Exception type System.Exception is not sufficiently specific
Test-ubuntu-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L64
The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'GetTailwindCLI.GetFilePath()' with a call to 'string.ToLower(CultureInfo)'.
Test-ubuntu-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L78
Use ordinal string comparison
Test-ubuntu-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L81
Exception type System.Exception is not sufficiently specific
Test-ubuntu-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L98
Exception type System.Exception is not sufficiently specific
Test-ubuntu-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L78
'string.Equals(string)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Tailwind.MSBuild.Tasks.GetTailwindCLI.DownloadCli(string)' with a call to 'string.Equals(string, System.StringComparison)' for clarity of intent.
Test-ubuntu-latest: Tests/Tailwind.MSBuild.UnitTests/GetTailwindCliTests.cs#L64
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
Test-ubuntu-latest: Tests/Tailwind.MSBuild.UnitTests/Common/TaskFixture.cs#L9
Change 'List<BuildErrorEventArgs>' in 'TaskFixture<T>.Errors' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>'
Test-ubuntu-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L42
Modify 'Execute' to catch a more specific allowed exception type, or rethrow the exception
Test-ubuntu-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L64
Specify a culture or use an invariant version to avoid implicit dependency on current culture
Test-ubuntu-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L57
Exception type System.Exception is not sufficiently specific
Test-ubuntu-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L64
The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'GetTailwindCLI.GetFilePath()' with a call to 'string.ToLower(CultureInfo)'.
Test-ubuntu-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L78
Use ordinal string comparison
Test-ubuntu-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L81
Exception type System.Exception is not sufficiently specific
Test-ubuntu-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L98
Exception type System.Exception is not sufficiently specific
Test-ubuntu-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L78
'string.Equals(string)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Tailwind.MSBuild.Tasks.GetTailwindCLI.DownloadCli(string)' with a call to 'string.Equals(string, System.StringComparison)' for clarity of intent.
Test-ubuntu-latest: Tests/Tailwind.MSBuild.UnitTests/GetTailwindCliTests.cs#L64
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
Test-ubuntu-latest: Tests/Tailwind.MSBuild.UnitTests/Common/TaskFixture.cs#L9
Change 'List<BuildErrorEventArgs>' in 'TaskFixture<T>.Errors' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>'
Test-macOS-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L42
Modify 'Execute' to catch a more specific allowed exception type, or rethrow the exception
Test-macOS-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L64
Specify a culture or use an invariant version to avoid implicit dependency on current culture
Test-macOS-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L57
Exception type System.Exception is not sufficiently specific
Test-macOS-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L64
The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'GetTailwindCLI.GetFilePath()' with a call to 'string.ToLower(CultureInfo)'.
Test-macOS-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L78
Use ordinal string comparison
Test-macOS-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L81
Exception type System.Exception is not sufficiently specific
Test-macOS-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L98
Exception type System.Exception is not sufficiently specific
Test-macOS-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L78
'string.Equals(string)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Tailwind.MSBuild.Tasks.GetTailwindCLI.DownloadCli(string)' with a call to 'string.Equals(string, System.StringComparison)' for clarity of intent.
Test-macOS-latest: Tests/Tailwind.MSBuild.UnitTests/GetTailwindCliTests.cs#L64
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
Test-macOS-latest: Tests/Tailwind.MSBuild.UnitTests/Common/TaskFixture.cs#L9
Change 'List<BuildErrorEventArgs>' in 'TaskFixture<T>.Errors' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>'
Test-macOS-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L42
Modify 'Execute' to catch a more specific allowed exception type, or rethrow the exception
Test-macOS-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L64
Specify a culture or use an invariant version to avoid implicit dependency on current culture
Test-macOS-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L57
Exception type System.Exception is not sufficiently specific
Test-macOS-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L64
The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'GetTailwindCLI.GetFilePath()' with a call to 'string.ToLower(CultureInfo)'.
Test-macOS-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L78
Use ordinal string comparison
Test-macOS-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L81
Exception type System.Exception is not sufficiently specific
Test-macOS-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L98
Exception type System.Exception is not sufficiently specific
Test-macOS-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L78
'string.Equals(string)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Tailwind.MSBuild.Tasks.GetTailwindCLI.DownloadCli(string)' with a call to 'string.Equals(string, System.StringComparison)' for clarity of intent.
Test-macOS-latest: Tests/Tailwind.MSBuild.UnitTests/GetTailwindCliTests.cs#L64
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
Test-macOS-latest: Tests/Tailwind.MSBuild.UnitTests/Common/TaskFixture.cs#L9
Change 'List<BuildErrorEventArgs>' in 'TaskFixture<T>.Errors' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>'
Test-windows-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L64
Specify a culture or use an invariant version to avoid implicit dependency on current culture
Test-windows-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L42
Modify 'Execute' to catch a more specific allowed exception type, or rethrow the exception
Test-windows-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L57
Exception type System.Exception is not sufficiently specific
Test-windows-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L64
The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'GetTailwindCLI.GetFilePath()' with a call to 'string.ToLower(CultureInfo)'.
Test-windows-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L78
Use ordinal string comparison
Test-windows-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L81
Exception type System.Exception is not sufficiently specific
Test-windows-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L98
Exception type System.Exception is not sufficiently specific
Test-windows-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L78
'string.Equals(string)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Tailwind.MSBuild.Tasks.GetTailwindCLI.DownloadCli(string)' with a call to 'string.Equals(string, System.StringComparison)' for clarity of intent.
Test-windows-latest: Tests/Tailwind.MSBuild.UnitTests/GetTailwindCliTests.cs#L64
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
Test-windows-latest: Tests/Tailwind.MSBuild.UnitTests/Common/TaskFixture.cs#L9
Change 'List<BuildErrorEventArgs>' in 'TaskFixture<T>.Errors' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>'
Test-windows-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L42
Modify 'Execute' to catch a more specific allowed exception type, or rethrow the exception
Test-windows-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L64
Specify a culture or use an invariant version to avoid implicit dependency on current culture
Test-windows-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L57
Exception type System.Exception is not sufficiently specific
Test-windows-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L64
The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'GetTailwindCLI.GetFilePath()' with a call to 'string.ToLower(CultureInfo)'.
Test-windows-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L78
Use ordinal string comparison
Test-windows-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L81
Exception type System.Exception is not sufficiently specific
Test-windows-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L98
Exception type System.Exception is not sufficiently specific
Test-windows-latest: Source/Tailwind.MSBuild/Tasks/GetTailwindCLI.cs#L78
'string.Equals(string)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Tailwind.MSBuild.Tasks.GetTailwindCLI.DownloadCli(string)' with a call to 'string.Equals(string, System.StringComparison)' for clarity of intent.
Test-windows-latest: Tests/Tailwind.MSBuild.UnitTests/GetTailwindCliTests.cs#L64
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
Test-windows-latest: Tests/Tailwind.MSBuild.UnitTests/Common/TaskFixture.cs#L9
Change 'List<BuildErrorEventArgs>' in 'TaskFixture<T>.Errors' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>'