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

What/where is Fsmb.Apollo.io? #1

Open
brfenske opened this issue Feb 14, 2018 · 5 comments
Open

What/where is Fsmb.Apollo.io? #1

brfenske opened this issue Feb 14, 2018 · 5 comments

Comments

@brfenske
Copy link

I'm very intrigued by your work here, but I can't compile it due to Fsmb.Apollo.io library missing. Where do I get this?

Thanks,
Brian

@CoolDadTx
Copy link
Owner

I mentioned in the blog backing this code that the FSMB.Apollo code is our internal library. But the code being used in TfsMigrate is from my personal library (from which our internal library is based). It is available here - https://github.com/CoolDadTx/kraken.

For the most part you can replace FSMB.Apollo with P3Net.Kraken, add the NuGet packages and recompile. I'm in the process of updating the GitHub code to do this as part of the blog series. But this should get you started.

@brfenske
Copy link
Author

brfenske commented Feb 14, 2018 via email

@CoolDadTx
Copy link
Owner

Excellent catch. Yes, the logging in the tool is using our internal logging infrastructure. I'll need to update GitHub to not use our internal logging. We just provide an ILogger interface to wrap NLog (which has the config file included).

Let me update the code and push out a version that doesn't rely on our internal implementation. It'll still need NLog (which is what we use) but the code should work without the dependencies. I'll try and fix up the references to our internal Apollo library as well.

Thanks for your interest in this tool.

@CoolDadTx
Copy link
Owner

I have updated the code to remove the dependency on internal libraries at FSMB. The code seems to be running correctly but I haven't done a full test.

Let me know if you run into any more issues.

@brfenske
Copy link
Author

brfenske commented Feb 16, 2018 via email

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

No branches or pull requests

2 participants