Skip to content

chore: Added tools project for internal tasks + updated README #114

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

Merged
3 commits merged into from
Aug 30, 2024

Conversation

ghost
Copy link

@ghost ghost commented Aug 30, 2024

chore: Added tools project for internal tasks

  • new cs-project for internal tasks
  • added a new task for updating our list of file types in our readme
    easily.

docs: Updated README

  • fixed typos and streamlined texting
  • updated the list of known file types

test: Added test runner as dotnet test won't work otherwise


@ghost ghost requested a review from kryptobi August 30, 2024 12:49
@ghost ghost self-assigned this Aug 30, 2024
```shell
dotnet run --project MagicBytesValidator.CLI -- [PATH]
```

This can be useful when debugging or validating newly added FileTypes.

### List of Filetypes

| Mimetype | Extension | Magicbytes (decimal) |
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This list was outdated af. Therefore I dared to update it ^^

<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.2">
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't run the tests in the terminal otherwise.

Curly added 3 commits August 30, 2024 16:33
- new cs-project for internal tasks
- added a new task for updating our list of file types in our readme
  easily.
- fixed typos and streamlined texting
- updated the list of known file types
@ghost ghost merged commit bdca7ac into main Aug 30, 2024
2 checks passed
@ghost ghost deleted the feat/curly/update-readme branch August 30, 2024 15:39
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant