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

I added VS 2013 Support! #5

Open
GoogleCodeExporter opened this issue Jun 26, 2015 · 6 comments
Open

I added VS 2013 Support! #5

GoogleCodeExporter opened this issue Jun 26, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

Robert,

I created a close of the repo and added support for VS 2013! I have been using 
it locally in the development environments with success. Here is a quick list 
of steps that I documented demonstrating my changes:

- copy csproj file for new version 'linqpad2013.csproj'
- create empty solution file that points to 'linqpadvisualizer2013' and 
'linqpadVisualizer4Test' projects
- add LINQPad.exe to References bin
- update to x86 target
- update Microsft.VisualStudio.DebuggerVisualizers reference to pull from 
Visual Studio 2013
- add [Serializable] to class objects that will be dumped

I would like to add support for 2013 if it has not already been added, but I 
would like your permission to contribute.  Also I am requesting that, if 
possible, you review the changes and make any suggestions needed.

I would like to continue development on this project.  I am requesting 
permission.

There is one minor nuances that I noticed when upgrading.  I have to add 
[Serializable] to all class objects that I want to run through new 
System.WeakReference(object).  I never had to do this before and I'm not sure 
how to proceed without the attribute.  For now I have been adding the attribute 
to my objects and then removing the attribute when I have completed development 
(not ideal by any means).

Thank you for taking the time to read the email.  This is a GDrive link to the 
new solution that I created.

https://drive.google.com/file/d/0B9b22uOPWLSRWTJoaS1fQVV2eHc/edit?usp=sharing

Original issue reported on code.google.com by waved...@gmail.com on 22 May 2014 at 10:08

@GoogleCodeExporter
Copy link
Author

Hi,

great! 

I'll be happy to add you as the commiter, can you send me an email so I see 
your full email address? I cannot persuade google to reveal it, so that I could 
add you. 
I've never worked with multiple committers on the project and pull requests, so 
I'll have to figure it out first... :) Where is your cloned repo?

I am not sure what is going on with the Serializable interface,  I'll have a 
look. 


Original comment by robert.ivanc on 23 May 2014 at 8:07

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Robert,

I created a clone repository and committed my changes to the following location:

https://code.google.com/r/wavedrop-linqpadvisualizer/

Original comment by waved...@gmail.com on 28 May 2014 at 6:11

@GoogleCodeExporter
Copy link
Author

Did you guys manage to build this? I would like to try it out but see no 
download...

Original comment by mmihajlo...@gmail.com on 20 Jun 2014 at 10:52

@GoogleCodeExporter
Copy link
Author

I attached the file to this post.  You should be able to use those files and 
follow the directions from the project home page.

Original comment by waved...@gmail.com on 20 Jun 2014 at 2:16

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant