-
Notifications
You must be signed in to change notification settings - Fork 8
Iteration 2: Getting all simple code listings working #898
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
Open
Joshua-Lester3
wants to merge
29
commits into
IntelliTect:main
Choose a base branch
from
Joshua-Lester3:jlester/try-net-2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+90
−35
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
edd4ef9
Implement ListingSourceCode feature with controller, service, and tests
Joshua-Lester3 30402fa
feat: add TryDotNet integration for interactive code execution
Joshua-Lester3 41d9c03
Merge branch 'main' into jlester/try-net
Joshua-Lester3 bd8d5d4
fix: ensure ListingSourceCode files are copied to output directory fo…
Joshua-Lester3 17e3b38
fix: enhance WebApplicationFactory to use TestData for IListingSource…
Joshua-Lester3 122cc0a
fix: update API routes in ListingSourceCodeController and tests for c…
Joshua-Lester3 c746e71
Update EssentialCSharp.Web.Tests/WebApplicationFactory.cs
Joshua-Lester3 6e2d455
refactor: convert ListingSourceCodeResponse to a record class for imp…
Joshua-Lester3 ee8a892
Merge branch 'jlester/try-net' of https://github.com/Joshua-Lester3/E…
Joshua-Lester3 30a3fd5
bug fix: Source code response syntax and instantiation
Joshua-Lester3 e7ebdff
fix: correct service removal in WebApplicationFactory for test data i…
Joshua-Lester3 d1e638e
refactor: update CreateService and GetTestDataPath methods to use Dir…
Joshua-Lester3 4ddcc59
refactor: temporarily (possibly use AutoMoq after I research it) repl…
Joshua-Lester3 76c08f4
refactor: update test project to use Moq.AutoMock for improved mockin…
Joshua-Lester3 2b1afe1
refactor: replace Mock with AutoMocker for IWebHostEnvironment in Web…
Joshua-Lester3 ecf4699
Merge branch 'main' into jlester/try-net
Joshua-Lester3 168c8d5
fix: accidentally removed system.data.common, added back here
Joshua-Lester3 36e9efd
Merge branch 'jlester/try-net' of https://github.com/Joshua-Lester3/E…
Joshua-Lester3 f4c065b
Enhance TryDotNet integration with runnable listings and code scaffol…
Joshua-Lester3 989eebf
Merge remote-tracking branch 'upstream/main' into jlester/try-net-2
Joshua-Lester3 274e78c
Undo bad merge conflict resolution
Joshua-Lester3 8bbdf5a
Update loadRunnableListings to require both can_compile and can_run f…
Joshua-Lester3 d318339
Merge branch 'main' into jlester/try-net-2
Joshua-Lester3 cbc08d5
Merge branch 'main' into jlester/try-net-2
Joshua-Lester3 2c3e7a8
Improve error handling in loadRunnableListings for chapter-listings.j…
Joshua-Lester3 4d1f096
Merge branch 'jlester/try-net-2' of https://github.com/Joshua-Lester3…
Joshua-Lester3 57923c5
Remove COMMON_USINGS and prependUsings function from TryDotNet module
Joshua-Lester3 c28d04d
Remove isRunnableListing function from loadRunnableListings
Joshua-Lester3 4b9c0b4
Merge branch 'main' into jlester/try-net-2
Joshua-Lester3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.