Commit graph

9 commits

Author SHA1 Message Date
Jarl Gullberg 048207425b
Correct method generation to account for SA1001. 2017-08-03 11:50:42 +02:00
Jarl Gullberg 1260fd0a6b
Correct keyword spacing in Generator.Bind. 2017-07-28 12:23:33 +02:00
Fraser Waters 34d7655274 Emit CountAttributes during binding
Adds a new parameter attribute CountAttribute that is emitted during
binding. CountAttribute is based on the "len" attribute in the
specifications. It describes what the expected count/length of the
parameter is.

During rewrite we remove these attributes.
2017-07-28 06:16:48 +01:00
Fraser Waters 0dfaa414af Remove trailing space from bindings 2017-07-23 23:04:03 +01:00
Fraser Waters 35be46f06f Emit private modifier for binding points 2017-07-23 23:03:44 +01:00
Jarl Gullberg 4f60f95607
Enforced the use of braces for conditional statements. 2017-07-17 19:24:51 +02:00
Jarl Gullberg 5f2d3144c4
Enforced use of explicit private modifiers. 2017-07-17 18:51:54 +02:00
Jarl Gullberg f11ecd016d
Removed region declarations across the codebase. 2017-07-05 14:09:27 +02:00
varon 1ccd5f4018 Renamed Bind project to Generator.Bind 2016-07-17 21:59:05 +02:00
Renamed from src/Bind/CSharpSpecWriter.cs (Browse further)