Skip to content

Ported to .NET Core #9

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

Open
wants to merge 37 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
5b2800e
- support JetBrains Rider
Sep 29, 2022
db34015
- update to Framework 4.8
Sep 29, 2022
68b3aba
- reSharper move to one class per file
Sep 29, 2022
2ee9302
- upgrade Newtonsoft to 13.0.2-beta2
Sep 29, 2022
c064d9d
- ported to .NET Core 6
Sep 29, 2022
8bb4456
- deleted Framework projects
Sep 29, 2022
d4edc79
- moved
Sep 29, 2022
29f48de
- moved
Sep 29, 2022
709eab5
- reSharper guided code cleanup
Sep 29, 2022
050087e
- reSharper guided code cleanup
Sep 29, 2022
525c542
- code cleanup
Sep 29, 2022
391b0b1
- catch block was not adding any value
Sep 29, 2022
d994c5f
- reSharper guided code cleanup
Sep 29, 2022
32e1875
- typos
Sep 29, 2022
c01df94
- reSharper guided code cleanup
Sep 30, 2022
0475f37
- code cleanup
Sep 30, 2022
92964eb
- code cleanup
Sep 30, 2022
719bc72
- formatting
Sep 30, 2022
597cb8c
- remove catch blocks as they were not adding any value
Sep 30, 2022
18c3c52
- code cleanup
Sep 30, 2022
eb52ce9
- code shuffling to improve clarity
Sep 30, 2022
4a20d14
- reSharper guided code cleanup
Sep 30, 2022
414e3a2
- reSharper guided code cleanup
Sep 30, 2022
5e7047b
- code shuffling to improve clarity
Sep 30, 2022
6cb1cae
- skeleton script tester app
Sep 30, 2022
7531397
- not needed for .NET Core
TrevorDArcyEvans Sep 30, 2022
2d78b2f
- added samples project
TrevorDArcyEvans Sep 30, 2022
a287d2f
- code cleanup
TrevorDArcyEvans Sep 30, 2022
ad86c61
- copy json files to output
TrevorDArcyEvans Sep 30, 2022
329c7f1
- read json files directly
TrevorDArcyEvans Sep 30, 2022
322e503
- skeleton UI
TrevorDArcyEvans Oct 1, 2022
4f947e9
- run script
TrevorDArcyEvans Oct 1, 2022
c3a4ab6
- display any errors to user
TrevorDArcyEvans Oct 1, 2022
5dd25a7
- integrate Monaco code editor for better UI
TrevorDArcyEvans Oct 1, 2022
fa0942b
- reSharper guided code cleanup
TrevorDArcyEvans Oct 1, 2022
515c252
- read json files directly
Oct 3, 2022
cfe02ec
- fixed broken unit tests on Linux
Oct 3, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 0 additions & 38 deletions .Net Framework/Json2JsonMapper.sln

This file was deleted.

14 changes: 0 additions & 14 deletions .Net Framework/samples/JsonToJsonMapper.samples/App.config

This file was deleted.

This file was deleted.

This file was deleted.

177 changes: 0 additions & 177 deletions .Net Framework/samples/JsonToJsonMapper.samples/Program.cs

This file was deleted.

Loading