You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find the commit hash you want to test (e.g., ab08732ba87c68af7b89299190edf40bd8397581).
Run the command to checkout the commit:
git checkout <commit-hash>
4. Open and Build the Solution:
Open the solution in your preferred IDE (Integrated Development Environment).
Build the Solution:
Ensure the build process completes successfully.
5. Run the Solution:
Start the application and test the specific commit.
Note: If the issue involves the database, make sure to empty the SQL connection string in appsettings.json before running.
6. Repeat for Different Commits:
If needed, repeat steps 3-5 for different commits to identify when a specific bug was introduced.
This process allows you to isolate specific commits and test their impact on the application. If you encounter any issues or unexpected behavior, you can narrow down the cause by comparing different commit versions.
Feel free to share your findings or seek assistance in discussions by providing details about the tested commits and observed behaviors.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Testing Oqtane.Framework Commits with Git
Prerequisites:
Step-by-Step Guide:
1. Clone the Repository:
2. Navigate to Repository:
cd oqtane.framework
3. Checkout a Specific Commit:
ab08732ba87c68af7b89299190edf40bd8397581
).4. Open and Build the Solution:
5. Run the Solution:
appsettings.json
before running.6. Repeat for Different Commits:
This process allows you to isolate specific commits and test their impact on the application. If you encounter any issues or unexpected behavior, you can narrow down the cause by comparing different commit versions.
Feel free to share your findings or seek assistance in discussions by providing details about the tested commits and observed behaviors.
Happy debugging! 🚀
Beta Was this translation helpful? Give feedback.
All reactions