Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i-e-b/symbolsourcesane
A copy of SymbolSource.Community, but hopefully working.
https://github.com/i-e-b/symbolsourcesane
debug nuget old pdb symbols symbolsource visual-studio working
Last synced: 8 days ago
JSON representation
A copy of SymbolSource.Community, but hopefully working.
- Host: GitHub
- URL: https://github.com/i-e-b/symbolsourcesane
- Owner: i-e-b
- Created: 2017-06-02T11:07:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-06T08:39:01.000Z (about 7 years ago)
- Last Synced: 2024-11-28T22:45:56.285Z (2 months ago)
- Topics: debug, nuget, old, pdb, symbols, symbolsource, visual-studio, working
- Language: C#
- Homepage:
- Size: 4.51 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository holds open source SymbolSource projects.
The original is at https://github.com/SymbolSource/SymbolSource.Community
But that repo seems pretty dead now.## 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](http://nuget.org/packages/SymbolSource.Server.Basic), 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:
* [Setting up your own SymbolSource Server: step-by-ste](http://xavierdecoster.azurewebsites.net/setting-up-your-own-symbolsource-server-step-by-step) by [Xavier Decoster](http://twitter.com/xavierdecoster),
* [Releasing the community edition of SymbolSource](http://www.symbolsource.org/Public/Blog/View/2012-03-13/Releasing_the_community_edition_of_SymbolSource) by [Marcin Mikołajczak](http://twitter.com/tripleemcoder).
### BuildingIf 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.
## 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.