Open
Conversation
added 10 commits
July 6, 2016 17:54
Create ReadMe.md
Conflicts: Examples/APM/ReadMe.md
…e adjustments for implementation practicalities and concerns. Goal is to serve as basis for discussion among XML Committee before committing these source files to MESA repo.
See pull request for discussion of issues on it.
…into addCSharpSource
Member
|
Hi Karen, Below is the output I received from trying to build the solution. It looks like the NuGet.exe reference isn't valid, but the other projects seem to build okay. |
Contributor
Author
|
Thanks, Joe. That isn't actually the error I was expecting - I was hoping the NuGet.Packager project would fetch its own latest NuGet.exe and run the project to create the MESA.KPIML NuGet package. I can check in the .exe I've been using, for now, but it would be better to make the project fetch it from NuGet. I'll try tweaking the NuGet.targets file and see if that does the trick. |
… the NuGet packaging build to work without checking in a NuGet.exe. Also added some unit tests (getting NUnit via NuGet was actually helpful in solving the packaging, too). Cleaned up the base code and flattened the _Time_Range classes. Added GitHub URL in comments in all .cs source files.
Contributor
Author
|
@JoeDo, I've pushed some new updates to the branch. See if it all works for you now. Thanks! |
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
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.
I'm doing a bit of testing here before committing to the main MESA repo.
@Dennis-Brandl or @JoeDo, could one of you kindly try getting the Source files, and see if KPI-ML\Source\Csharp\MESA.KPIML\KPI-ML.sln builds correctly for you (other than the D:\NuGets\ reference)? Thanks!
Also, please take a look at the .EAP model file I used in Oct. 2015 to generate the original code:
These may be misunderstandings on my part, or simple issues with how the EAP->C# conversion tool works, or with naming of the references.