Skip to content

API reference - Remove Microsoft.ML prefix from samples' namespace #3205

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

Closed
shmoradims opened this issue Apr 4, 2019 · 1 comment · Fixed by #3267
Closed

API reference - Remove Microsoft.ML prefix from samples' namespace #3205

shmoradims opened this issue Apr 4, 2019 · 1 comment · Fixed by #3267
Assignees
Labels
documentation Related to documentation of ML.NET good first issue Good for newcomers nit Needs a really small fix

Comments

@shmoradims
Copy link

Currently the samples are written like this:

namespace **Microsoft.ML**.Samples.Dynamic.*
{ 
}

This is causing the samples to not require using Microsoft.ML. We want to drop the Microsoft.ML prefix from samples and write them like this:

namespace Samples.Dynamic.*
{ 
}
@codemzs
Copy link
Member

codemzs commented Apr 9, 2019

I fixed for all the samples and checked-in my change.

@codemzs codemzs closed this as completed Apr 9, 2019
@codemzs codemzs self-assigned this Apr 9, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Mar 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Related to documentation of ML.NET good first issue Good for newcomers nit Needs a really small fix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants