Skip to content

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

Closed
@shmoradims

Description

@shmoradims

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.*
{ 
}

Metadata

Metadata

Assignees

Labels

documentationRelated to documentation of ML.NETgood first issueGood for newcomersnitNeeds a really small fix

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @codemzs@shmoradims@sfilipi

    Issue actions

      API reference - Remove Microsoft.ML prefix from samples' namespace · Issue #3205 · dotnet/machinelearning