Sharpdevelop TFS plugin [closed] - plugins

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Is there a TFS plugin for use with sharp develop? From what i can see on google, there were a couple of summer of code projects in this general direction but i cant seem to find a definitive answer.
Alternatively if there is no plugin, what are my options for TFS clients?

Without support built-in to the SharpDevelop IDE, the easiest option would be to use the TFS Windows Shell Extensions to interact with TFS from Windows Explorer. See towards the bottom of this post for more information - although it mentions TFS 2008, the feature is much the same in 2010.
To start using these, you will need to do the following:
Install Visual Studio Team Explorer 2010 (to get the TFS object
model on your machine), (Note, you can also get the object model w/o VS by googling 'TFS Object Model Free', currently at this link: https://visualstudiogallery.msdn.microsoft.com/a37e19fb-3052-4fc9-bef7-4a4682069a75 )
Install the Team Foundation Server Power Tools
Browse to a folder on your machine that is mapped in a a TFS workspace (establish one first if you need to)
You should then be able to right-click the files and choose Team Foundation Server > Check-In (or similar)

Related

How to make Windows-Installer Application or exe file from WPF which would be able to run on all Windows (7, 8, 10)? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I'm working on WPF application based with Local database. My Question is how can I convert it into such application which would run on all PC (Windows OS. I tried to transfer whole project folder into another PC and tried to run exe (debug/bin/application.exe) but it did't work.
I'm working on Visual Studio 2013 with .Net Framework 4.5..
Thank You
In my experience, deployment engineering is two phases:
1) Dependency Analysis: What does my application need? .NET? Java? SQL Server? IIS? Files\Folder copied? Configuration setting. Shortcut?
2) How to implement/develop automation to achieve those things.
You say you copy the files over and it wont' work? That means you need to spend more time on dependency analysis.
For #2, I would start here.
https://github.com/iswix-llc/iswix-tutorials
IsWiX is an open source project that I maintain that makes it a lot easier to get up to speed on Windows Installer XML.
A WPF application made with .NET implies that it needs a .NET framework to be installed on the target machine. You will not be able to write your own WPF / C# installer application that is able to work on PCs without it.
You could try one of the many third party installers found on the web (e.g. http://dblock.github.io/dotnetinstaller/) or use the VS installer functionality (see Build an installer). I am not sure about the latter, never used it.

SonarQube - Community edition - Reporting Plugin [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I have SonarQube 7.0 -Community version.
I was looking for some reporting plugin that would bring the code smells, bugs and other issues in a PDF report.
I found Governance report plugin, but that was only for commercial editions.
Is there any reporting plugin in the community edition that would fit my need?
You can use this open source app: https://github.com/cnescatlab/sonar-cnes-report
It is officially available on SonarQube Marketplace.
It generates a docx report and an xlsx file with all issues. You can also generate markdown and csv files based on your own templates.

Web-based VS code run in browser [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Since VS code is built with electron, it's hard to run VS code in browser.
I saw there's a project (https://github.com/spiffcode/ghedit) making thing for that. But it's out of date. Is there any other active projects doing the same thing?
Or is there any other web-based IDE including file explorer, tab management, and git version control?
https://github.com/cdr/code-server
This project allows you to run vscode in the browser.
The editor component of VSCode, called Monaco, runs in the browser.
Sourcegraph is also based on VSCode. It's not really an editor though, as files are read-only and it's used for viewing the contents of GitHub repositories.
One option is Cloud9. It's open source:
https://github.com/c9/core
I've written some instructions on how to use it as it can be a bit finicky.
One VSCode-based web editor to keep an eye on is Theia. There are docker images available to give it a whirl.
StackBlitz, Online VS Code IDE for Angular & React.
Also checkout https://github.com/theia-ide/theia
You run it on a remote server, and it provides you essentially a cut-down, self-hosted version of vs-code, that is accessible in the browser:
You can give it a try extremely quickly with docker:
docker run -it --init -p 3000:3000 -v "$(pwd):/home/project:cached" theiaide/theia:next
If you don't want to host the editor yourself, you can try https://gitpod.io. It integrates well with GitHub, and you can add language support through custom Docker file.
GitPod uses Theia internally.
MS Just announced VS code for the web called Visual Studio Online

Using Installshield with TeamCity and MSBuild [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am using TeamCity to build and prepare a Windows Forms application. I've got a few projects in the solution, one of these being the .isproj which is an Installshield Project. I'm using the free developer version that Installshield so nicely provide for us.
However, TeamCity obviously can't build this, because the box doesn't have Installshield installed.
I can't install the same version because it requires Visual Studio, which is a bit of a pain.
Does anyone know if there is a free version that we could use on our Build Server to generate the artefacts for release?
I am not sure if InstallShield LE is available in the VS Express edition, which you could install on your build machine.
Another alternative would be to use another tool, for example Advanced Installer also has integration with VS and full command line support, so you can integrate it in your build machine. Also, you can install it separately on the build machine, without any edition of VS. It has the "Simple" project in the free edition, any other project types require a commercial license.

Source Control for different teams? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
Need recommendations for this...
I have 2 teams
Enterprise SOA development with InfoPath 2003, BizTalk 2006, MSCRMv3, custom .net2 website and a bunch of webservices using VSStudio 2005 with TFS.
Web Team focused on public facing websites - using Adobe Suite, VSStudio 2005.
As mentioned team 1 have TFS- we dont do daily/weekly/fornight/intergration builds as we dont do that type of methodology - but we do have a custom build/test solution using msbuild plumbed into TFS. (it does other funky things like zips for archive the version/delist biztalk, deploy new assemplies in biztalk and renelist of biztalk and a full deploy of the website and services)
Team 2 have nothing... other than a zip archive of versions.
Issues...
TFS is expensive
Both teams are used to the "locking school" of source control.
need source control for differing assests
Any suggestions - OSS or other wise?
svn - can even keep your locking strategy (if you have to), also you can develop all sorts of pre/post commit hooks to automate deployments/tests etc etc. Easy to setup and manage.
Some tools & links
visualsvn server - free
tortoise svn - explorer add-in - free
visual svn - visual studio addin ($49 per seat)
I would go with TFS for both teams despite the expense. You have the expertise in-house already for that product and it supports the locking model you like.
If cost is a problem, go with SVN for the web team, but purchase VisualSVN for Visual Studio integration and use TortoiseSVN for Explorer integration. I have found in the past that web teams tend to 'get' SVN a bit more quickly, especially with TortoiseSVN.
I work with Subversion, running VisualSVN Server, and TortoiseSVN and AnkhSVN add-in for Visual Studio on client developer machines, its a really good setup, and all is OpenSource.