Skip to content

Conversation

ogmiosnetworks
Copy link

The InsertSlideAt method was always appending as the current index was not being properly calculated. Added 2 lines to calculate the current index correctly.

Added a unit test project for repeatable unit tests and added 5 tests to exercise the updated code.

Commented out the documentation build in 2 projects as this makes it impossible for people without a D drive to build the projects and solution. A relative path to the solution might be a better option here (something like ../../ that could exist outside of the code tree but would be guaranteed to exist).

The existing "FileFormat.Slides-Test" project referenced a package in the code that wasn't referenced by the project, so I commented that out.

Added NewtonSoft.Json to the FileFormat.Slides.Common project so that it could compile.

Added the standard .Net gitignore file so that commits don't attempt to commit bins and such.

…index properly.

Added a Unit testing project to exercise that code.

commented out the documentation build as it builds to a hard coded path that doesn't exist on all machines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant