-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8686: Fixing build and tests on dev #8695
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…or now checks for a different permission since 5b0c82d
…tch the rest of the solution
…b host by adding binding redirects
…e correct version number (experimental)
… (latest) to get rid of old System.Http.Net dependency
…, not Package-Stage (experimental)
…rd.Web's web.config closer so that it loads assemblies from the Dependencies folder. This fixes the error with Autofac not being able to resolve dependencies for DefaultOrchardShell
…ForgeryToken bug in ASP.NET MVC since version 5.2.4 aspnet/AspNetWebStack#162
…o pin the correct version number (experimental)" This reverts commit 087f284.
…to 4.1.0 (latest) to get rid of old System.Http.Net dependency" This reverts commit be2ba86.
…/Hosting/Simple.Web/Web.config since it doesn't need them like Orchard.Specs/Hosting/Orchard.Web/Web.config does
…an outdated version sticking around
…tp to avoid Razor compilation warning
…test's usage of "I should not see" and correcting the parameters too because unlike "I should see", this is not a regex match, just contains
…test's flakyness due to timing because the blog posts are created quickly after one another and the lack of millisecond-precision can cause the blog posts to appear out of order of creation
… to ResourceManager API change in ac11024 and removing obsolete tests
…that doesn't cause a build error, just when running tests)
…making SaltAndPasswordShouldBeDifferentEvenWithSameSourcePassword test parameters more readable
BenedekFarkas
changed the title
8686: Fixing tests on dev
8686: Fixing build and tests on dev
May 26, 2023
3 tasks
sebastienros
approved these changes
Jun 8, 2023
# Conflicts: # .github/workflows/compile.yml # src/Orchard.Specs/Hosting/Orchard.Web/Web.config # src/Orchard.Web/Modules/Orchard.JobsQueue/Tests/Orchard.Messaging.Tests.csproj
These actions generated the Node.js 16 deprecation warning
… nightly build" This reverts commit 1354e36.
…tRandomly to decrease failure chance due to randomness
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #8686