zone117x / MimeMapping

Constants for (almost) all MIME types and file extensions, and method to determine MIME type of a file name.
MIT License
74 stars 20 forks source link

Restructure repo #96

Open viceice opened 7 months ago

viceice commented 7 months ago

We should restructure repo to a more conventional dotnet project

gintsk commented 7 months ago

Yes, to better align with other .NET projects we can split the root into src and test with MimeMapping.sln in the root folder.

Maybe we should also use the new artifacts output and global.json

viceice commented 7 months ago

@gintsk do you like to do this?

gintsk commented 7 months ago

Yes, I would like to.

gintsk commented 7 months ago

Maybe we should rename Test project to MimeMapping.Tests and move it to src\MimeMapping.Tests ?

viceice commented 4 months ago

@gintsk PR merger 🎉 Do you like to continue with next points?