diff --git a/.github/workflows/validate-nuget-publish.yml b/.github/workflows/validate-nuget-publish.yml new file mode 100644 index 00000000..9f8979c5 --- /dev/null +++ b/.github/workflows/validate-nuget-publish.yml @@ -0,0 +1,12 @@ +name: Validate NuGet Publish + +on: + pull_request: + push: + branches: + - dev + +jobs: + validate-nuget-publish: + name: Validate NuGet Publish + uses: Lombiq/GitHub-Actions/.github/workflows/validate-nuget-publish.yml@dev diff --git a/Lombiq.HelpfulLibraries.OrchardCore/CompatibilitySuppressions.xml b/Lombiq.HelpfulLibraries.OrchardCore/CompatibilitySuppressions.xml new file mode 100644 index 00000000..c02a2ca0 --- /dev/null +++ b/Lombiq.HelpfulLibraries.OrchardCore/CompatibilitySuppressions.xml @@ -0,0 +1,25 @@ + + + + + CP0002 + M:Microsoft.AspNetCore.Authorization.AuthorizationServiceExtensions.AuthorizeForCurrentUserAndExecuteAsync``1(Microsoft.AspNetCore.Authorization.IAuthorizationService,Microsoft.AspNetCore.Mvc.Controller,System.Collections.Generic.IEnumerable{OrchardCore.Security.Permissions.Permission},System.Func{System.Threading.Tasks.Task{``0}},System.String,System.Boolean) + lib/net8.0/Lombiq.HelpfulLibraries.OrchardCore.dll + lib/net8.0/Lombiq.HelpfulLibraries.OrchardCore.dll + true + + + CP0002 + M:Microsoft.AspNetCore.Authorization.AuthorizationServiceExtensions.AuthorizeForCurrentUserValidateAndExecuteAsync``2(Microsoft.AspNetCore.Authorization.IAuthorizationService,Microsoft.AspNetCore.Mvc.Controller,System.Collections.Generic.IEnumerable{OrchardCore.Security.Permissions.Permission},System.Func{System.Threading.Tasks.Task{System.ValueTuple{System.Boolean,``0}}},System.Func{``0,System.Threading.Tasks.Task{``1}},System.String,System.Boolean) + lib/net8.0/Lombiq.HelpfulLibraries.OrchardCore.dll + lib/net8.0/Lombiq.HelpfulLibraries.OrchardCore.dll + true + + + CP0002 + M:Microsoft.AspNetCore.Authorization.AuthorizationServiceExtensions.AuthorizeForCurrentUserValidateNotNullAndExecuteAsync``2(Microsoft.AspNetCore.Authorization.IAuthorizationService,Microsoft.AspNetCore.Mvc.Controller,System.Collections.Generic.IEnumerable{OrchardCore.Security.Permissions.Permission},System.Func{System.Threading.Tasks.Task{``0}},System.Func{``0,System.Threading.Tasks.Task{``1}},System.String,System.Boolean) + lib/net8.0/Lombiq.HelpfulLibraries.OrchardCore.dll + lib/net8.0/Lombiq.HelpfulLibraries.OrchardCore.dll + true + + \ No newline at end of file