Skip to content
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

Nullables!! #192

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
103f577
Enable nullable
Happypig375 Mar 23, 2020
16a411d
Solution file updated itself
Happypig375 Mar 23, 2020
b625f61
Added final project for nullable
Happypig375 Mar 23, 2020
2f249c7
Add Nullable packages
Happypig375 Mar 23, 2020
0aab286
Limit nullables to the core projects only...
Happypig375 Mar 23, 2020
9051ca8
Typography.OpenFont is now annotated with nullables
Happypig375 Mar 24, 2020
4855c3e
All buildable!
Happypig375 Mar 24, 2020
737bba5
Final!
Happypig375 Mar 25, 2020
db271f8
SDK style projects!!
Happypig375 Mar 25, 2020
011371d
Merge master
Happypig375 Mar 25, 2020
063ddf0
All buildable now
Happypig375 Mar 25, 2020
39b8e5e
Add netcoreapp3.1 as target framework for nullable annotations in fra…
Happypig375 Mar 26, 2020
a36859b
Fix crash
Happypig375 Mar 26, 2020
13fd4e6
Upgrade TextBreak Tests to netcoreapp3.1
Happypig375 Mar 29, 2020
55b367e
Modernize TextBreak tests
Happypig375 Mar 29, 2020
94470d3
One last thing
Happypig375 Mar 29, 2020
755065e
Two last thing
Happypig375 Mar 29, 2020
9f89daf
Add Console runner for CI
Happypig375 Mar 29, 2020
82ae426
No need for console runners lol
Happypig375 Mar 29, 2020
133e754
Update Microsoft.NET.Test.Sdk
Happypig375 Mar 29, 2020
881b687
Nullables for TextBreakTests
Happypig375 Mar 29, 2020
5301c00
Undo package addition
Happypig375 Mar 29, 2020
0f9594e
Merge master
Happypig375 Apr 9, 2020
ba5e910
Fix PaintLab.Svg.csproj
Happypig375 Apr 9, 2020
bf32396
Update PixelFarm.Painter.csproj
Happypig375 Apr 9, 2020
ae915b7
Revert
Happypig375 Apr 9, 2020
3de2f6b
Add back unintentional project removal
Happypig375 Apr 9, 2020
b445f68
Minimize diff
Happypig375 Apr 9, 2020
34e619c
Minimize diff
Happypig375 Apr 9, 2020
756ad05
Minimize diff
Happypig375 Apr 9, 2020
6b1b7c0
Minimize diff
Happypig375 Apr 9, 2020
7f559ce
Fix PixelFarm.Drawing
Happypig375 Apr 9, 2020
57118e2
Don't include PaintLab
Happypig375 Apr 9, 2020
fb20bd2
Fix PaintLab.Svg
Happypig375 Apr 9, 2020
aef9d12
Should use wildcard
Happypig375 Apr 9, 2020
5f0e639
Use remove...!
Happypig375 Apr 9, 2020
113335a
Remove only specific projects
Happypig375 Apr 9, 2020
d1ef852
Only include PaintFx
Happypig375 Apr 9, 2020
7230196
Use include...
Happypig375 Apr 9, 2020
3644ebf
Remove superfluous addition
Happypig375 Apr 9, 2020
b979050
Fix PixelFarmSample.WinForms project references
Happypig375 Apr 9, 2020
27d1eb8
Merge branch 'master' of https://github.com/LayoutFarm/Typography int…
Happypig375 Apr 9, 2020
c9ee21f
Merge branch 'master' of https://github.com/LayoutFarm/Typography int…
Happypig375 Apr 9, 2020
b1ddb44
Fix conflict
Happypig375 Apr 9, 2020
d331968
Explicit file names in PixelFarm.MiniAgg.One
Happypig375 Apr 9, 2020
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
59 changes: 0 additions & 59 deletions Build/N20/FontAtlas/FontAtlas.csproj

This file was deleted.

36 changes: 0 additions & 36 deletions Build/N20/FontAtlas/Properties/AssemblyInfo.cs

This file was deleted.

36 changes: 0 additions & 36 deletions Build/N20/Typography.Contours/Properties/AssemblyInfo.cs

This file was deleted.

56 changes: 0 additions & 56 deletions Build/N20/Typography.Contours/Typography.Contours.csproj

This file was deleted.

36 changes: 0 additions & 36 deletions Build/N20/Typography.GlyphLayout/Properties/AssemblyInfo.cs

This file was deleted.

50 changes: 0 additions & 50 deletions Build/N20/Typography.GlyphLayout/Typography.GlyphLayout.csproj

This file was deleted.

36 changes: 0 additions & 36 deletions Build/N20/Typography.MsdfGen/Properties/AssemblyInfo.cs

This file was deleted.

57 changes: 0 additions & 57 deletions Build/N20/Typography.MsdfGen/Typography.MsdfGen.csproj

This file was deleted.

Loading