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

10.0.0 Release #159

Closed
6 tasks done
danielmarbach opened this issue Nov 27, 2019 · 1 comment
Closed
6 tasks done

10.0.0 Release #159

danielmarbach opened this issue Nov 27, 2019 · 1 comment
Milestone

Comments

@danielmarbach
Copy link
Member

danielmarbach commented Nov 27, 2019

  • Build tag
  • Assemble release notes
  • Push package
  • Create next milestone
  • Close milestone
  • Tweet, mentioning contributors

Current release notes

Changes:

  • Remove support for .NET 4.0 PR
  • Read-only structs support PR
  • In-modifier support PR
  • Unsafe modifier support PR
  • Support for default keyword for non primitive structs PR
  • Removing empty attribute parentheses and Attribute suffix if present [PR](Remove empty attribute parenthesis and attribute suffix if exists #118
  • Fix order of static and readonly keywords PR
  • Fix order of members within a type, by @adamralph PR
  • Volatile public field support PR
  • Fix support for named indexers PR
  • More advanced support for Property, event and method modifiers
  • Event modifiers PR
  • Property modifiers PR
  • Method modifiers PR
  • C# 8 nullable reference type support, by @sungam3r and @jnm2 PR
  • Embedded PDB in package and source for better source-stepping PR
  • Introduce ApiGeneratorOptions to configure the generator PR
  • Extension methods as public API for the generator PR

For more information see the related milestone.

@danielmarbach danielmarbach added this to the 10.0.0 milestone Nov 27, 2019
@jnm2
Copy link
Contributor

jnm2 commented Nov 27, 2019

C# 8 nullable reference type support, by @jnm2 and @sungam3r

Ivan did all the work in my opinion :D

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

No branches or pull requests

2 participants