GithubHelp home page GithubHelp logo

badgeratu / symbolsource.community Goto Github PK

View Code? Open in Web Editor NEW

This project forked from symbolsource/symbolsource.community

0.0 2.0 0.0 4.19 MB

Home Page: http://www.symbolsource.org

C# 99.92% PowerShell 0.06% ASP 0.02%

symbolsource.community's Introduction

This repository holds open source SymbolSource projects.

SymbolSource.Server.Basic

The Gateway and Server.Basic projects hold the implementation of a symbol and source server equivalent to NuGet.Server. A simple, zeroconf solution for everyone to use. It's also available as NuGet package, ready to install into an empty MVC 3 project.

Installing

You can read more about Server.Basic in these blog posts, which also include instructions on how to set it up:

Building

If you wish to build and debug Server.Basic, the general procedure is to:

  1. Fork and clone the repository.
  2. Build SymbolSource.Community.sln.
  3. Run SymbolSOurce.Server.Basic.Host or nuget pack SymbolSource.Server.Basic.nuspec and install as exaplained above.

The tricky part is getting OpenWrap to come along, which doesn't yet have a user-friendly restore feature (or we haven't been able to figure out how to set it up). The workaround is to:

  1. Install OpenWrap: download, run, select (i).
  2. Open a new console where you'll have OpenWrap's o.exe in PATH.
  3. Add the OpenWrap beta repository: o add-remote -name beta -href http://wraps.openwrap.org/beta/.
  4. Update OpenWrap to 2.x: o update-wrap openwrap -system.
  5. Goto to you SymbolSource.Community clone.
  6. Restore OpenWrap packages: o update-wrap openwrap -usesystem.

SymbolSource.Integration.NuGet.PackageExplorer

This is the NuGet Package Explorer plugin for validating symbol packages

SymbolSource.Integration.NuGet.CommandLine

This could one day integrate symbol package validation into nuget.exe, but is only a stub at the moment.

SymbolSource.Processing.Uninternalizer

This is a fun C# source code converter that uses NRefactory to change all protected and internal members into public ones. We use it to publish SymbolSource.Microsoft.Cci.Metadata.

symbolsource.community's People

Contributors

tripleemcoder avatar benys avatar orzech123 avatar gimmemoore avatar

Watchers

James Cloos avatar Simon Jones avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.