You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed we're using the extra indent in the namespace, since we're using newer C# language level, we can just condense this using the flat namespaces (they're really nice).
I noticed we're using the extra indent in the namespace, since we're using newer C# language level, we can just condense this using the flat namespaces (they're really nice).
Labs-Windows/template/lab/src/ProjectTemplate.cs
Lines 29 to 34 in e6389b0
Would become:
We'd want to update all the files in the template for library, samples, tests. And possible anywhere else in the repo, like the main sample app.
Along with #144, should help keep things pretty lean and clean for getting started with an experiment.
The text was updated successfully, but these errors were encountered: