dotnet / dotnet/docs

Should we keep or remove the un-used system namespaces in C# class ?

Open
#33,509 1 comment 0 reactions 0 assignees View on GitHub
:watch: Not Triaged
Dominant language
No language data
Stars
4.8k
Forks
6.1k
Avg merge
19h 10m
Merged PRs (30d)
268

Description

I have a very basic question about the system namespaces. I have noticed when you create a new C# class the system namespaces are already included example -

using System;
using System.Text;

I am not sure if they are not used, then should we keep them or remove them. I don't see any standard documentation around it also I see mixed answers over internet. Please advise on this.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.