Skip to content
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

ActivityDefinition InteractionType #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

olivergurnell
Copy link
Contributor

ActivityDefinition has been extended to include:
interactionType
correctResponsesPattern
choices
scale
target
step

This as been based on the work carried out by Paul Carpenter and is my first GitHub submission.

ActivityDefinition has been extended to include:
interactionType
correctResponsesPattern
choices
scale
target
step

This as been based on the work carried out by Paul Carpenter and is my
first GitHub submission.
# Visual Studio 2012
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we revert these changes, at least the change from VS 2012 to VS2013. Though I don't really know what they are for. Any explanation or just the IDE doing automatic things? In general we should avoid making these kinds of changes if possible.

Copy link

@ghost ghost Jan 23, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neither VS2017 nor Rider require the lines VisualStudioVersion... and MinimumVisualStudioVersion...
In some projects it makes sense to keep such constraints in the sln files, such as those which depend on the UML-to-Code transformations which were included in previous VS versions but were removed in VS 2017.

I suggest the additions to be discarded while the deletion to be kept.

@brianjmiller
Copy link
Member

Sorry for the delay on this, I'm trying to give our OSS libs some love.

@cawerkenthin
Copy link
Contributor

This code works. I did follow @brianjmiller suggestion that constant names should be capitalized, and changed the code to use the defined constants.

@ghost
Copy link

ghost commented Jan 12, 2018

I need the features provided by this request, why is this yet to be merged?

@garemoko
Copy link

@peturingi this needs somebody to work through the PR and make the changes as suggested by @brianjmiller in his review, then probably open a new PR with those changes included.

@ghost ghost mentioned this pull request Jan 23, 2018
@ghost
Copy link

ghost commented Jan 23, 2018

@garemoko @brianjmiller I made the changes and created a new PR.

reedmclean pushed a commit to reedmclean/TinCan.NET that referenced this pull request Aug 8, 2018
reedmclean pushed a commit to reedmclean/TinCan.NET that referenced this pull request Aug 9, 2018
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.

None yet

4 participants