Jarl Gullberg
9893283fc6
Correct documentation output directory.
2017-08-04 18:47:47 +02:00
Jarl Gullberg
446a484f7f
Correct missing parameter documentation.
2017-08-04 17:34:46 +02:00
Jarl Gullberg
337b6d4632
Enable XML documentation output for the supporting tools.
2017-08-04 17:34:46 +02:00
Jarl Gullberg
e4d8be5658
Correct comma spacing in Generator.Rewrite.
2017-08-03 11:50:42 +02:00
Jarl Gullberg
80262863fd
Move StyleCop properties to global section.
2017-07-30 18:36:12 +02:00
Jarl Gullberg
56bf133a78
Merge pull request #600 from Nihlus/stylecop-1-initial
...
Add StyleCop.Analyzers to projects
2017-07-28 11:22:32 +02:00
Fraser Waters
d547a81cab
Use "out String" parameters instead of "StringBuilder"
2017-07-28 06:16:52 +01: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
Jarl Gullberg
ab8f2826e7
Drop Link attribute in favor of Link tag to allow building with MSBuild 14
2017-07-26 16:41:32 +02:00
Jarl Gullberg
577fb4e098
Forgot to add StyleCop.Analyzers to the other projects as well.
2017-07-26 16:41:32 +02:00
Jarl Gullberg
b72c04bb3d
Enabled StyleCop inspections for all projects. This replaces AllRules.
2017-07-26 16:41:26 +02:00
Jarl Gullberg
86113a4eeb
Added StyleCop.Analyzers to the solution.
2017-07-26 16:41:14 +02:00
Fraser Waters
f099ae6db7
Print Exception variable in Rewrite
2017-07-23 16:02:23 +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
aa3c256625
Bumped Mono.Cecil version to correct build errors.
2017-07-15 18:31:32 +02:00
Jarl Gullberg
eb53f2ce59
Bumped framework target of Generator.Convert and updated to v2 of CommandLineParser.
2017-07-15 15:23:04 +02:00
Jarl Gullberg
f6ee6e2a03
Added CommandLineParser to Generator.Converter
2017-07-15 14:55:04 +02:00
Jarl Gullberg
af416b6e3a
Replaced tabs with four spaces across the codebase.
2017-07-05 20:28:30 +02:00
Jarl Gullberg
a67340e2b3
Added deterministic option to all relevant projects.
2017-07-05 13:49:08 +02:00
UnknownShadow200
45d032da52
Fix a nameof() using wrong variable in GeneratedVariableIdentifier
2017-06-12 09:10:09 +10:00
varon
4ee0700bab
Update project deps
2017-05-31 14:13:17 +02:00
Jarl Gullberg
b8975c5626
Added catching of error thrown when the assembly has been rewritten but the debug symbols do not match.
2017-05-30 19:09:27 +02:00
Jarl Gullberg
1cda816b97
Changed signatures back to IEnumerable and added full enumeration to list where needed.
2017-05-29 22:22:26 +02:00
Jarl Gullberg
b420ce8735
Changed signature of RemoveNativeSignatures.
2017-05-29 22:08:48 +02:00
Jarl Gullberg
7b65131fb5
Pulled repeated logic out into a helper method.
2017-05-29 22:05:07 +02:00
Jarl Gullberg
86e0898811
Restricted access to internal and sealed the class.
2017-05-29 21:58:38 +02:00
Jarl Gullberg
ff413b8a6c
Dropped project target back down to 3.5.
2017-05-29 20:55:09 +02:00
Jarl Gullberg
8514b5c78e
Added static modifier to methods which could have it.
2017-05-29 20:19:17 +02:00
Jarl Gullberg
57de60ba96
Tightened variable identifier picking even more.
2017-05-29 20:16:43 +02:00
Jarl Gullberg
dd0de0a75b
Added additional identifier constraints.
2017-05-29 19:47:00 +02:00
Jarl Gullberg
879da06b29
Added additional identifier constraints.
2017-05-29 19:45:38 +02:00
Jarl Gullberg
19995fdc2e
Removed unused using statement.
2017-05-29 19:00:12 +02:00
Jarl Gullberg
71c900630f
Added ordinal comparison to string index search.
2017-05-29 18:59:37 +02:00
Jarl Gullberg
760e68ed4e
Removed uses of out variables and introduced a generated variable identifier class.
2017-05-29 18:57:13 +02:00
Jarl Gullberg
092ffb480c
Added a class that can identify a generated variable.
2017-05-29 18:31:39 +02:00
Jarl Gullberg
bc981ceccf
Better variable naming and line breaks.
2017-05-29 18:23:33 +02:00
Jarl Gullberg
f3f90691e6
Changed manual stream closing to a using statement.
2017-05-29 18:15:49 +02:00
Jarl Gullberg
9f4eb8546e
Removed obsolete manual detection of debug symbol file.
2017-05-29 18:14:46 +02:00
Jarl Gullberg
a29f72663c
Changed uses of IEnumerable to List in order to prevent multiple enumerations.
2017-05-29 18:12:43 +02:00
Jarl Gullberg
da71abb963
Updated Generator.Rewrite to use the new Cecil API. Dirty fix.
2017-05-26 13:48:00 +02:00
varon
fffb05a917
Release 3.0.0-pre
2017-05-08 22:48:40 +02:00
varon
4dfe4298d0
Updated paket/project references
2016-08-14 00:18:12 +02:00
varon
cdacb73f0b
Added necessary paket files
2016-08-14 00:18:10 +02:00
varon
f03f55f24d
Updated assemblyinfo
2016-08-14 00:18:10 +02:00
varon
c4e938a7db
Removed old build configurations from projects
2016-07-17 22:36:57 +02:00
varon
63ea75330b
Fixed release build output locations
2016-07-17 22:34:43 +02:00
varon
bae84f2dfa
Changed debug build output locations for projects
2016-07-17 22:09:12 +02:00
varon
80b8e23620
Moved Generator.Rewrite to src folder
2016-07-17 21:35:51 +02:00