Commit Graph

36 Commits

Author SHA1 Message Date
Katy Coe
8f7b461310 Output: Render finalizers as C# destructors (CS0249) 2019-11-18 06:24:18 +01:00
Katy Coe
3849b38520 Output: Fix regressions in TypeInfo.CSharpTypeDeclarationName and TypeInfo.CSharpName 2019-11-18 02:19:25 +01:00
Katy Coe
4e3a8f25cc Output: Correctly handle slicing of explicit interface implementations with built-in types 2019-11-18 01:59:49 +01:00
Katy Coe
10dfc60344 Output: Don't emit unnecessary scope on explicit interface implementations of methods and properties 2019-11-18 00:43:42 +01:00
Katy Coe
22d85ce683 Output: Explicit interface implementations should not have access level modifiers 2019-11-17 23:20:23 +01:00
Katy Coe
32608874cc Output: Handle scoped type name resolution conflicts (CS0104) 2019-11-17 22:27:44 +01:00
Katy Coe
b862fd99de Output: Implement --comment-attributes option 2019-11-16 21:33:49 +01:00
Katy Coe
00f094e921 Output: Static constructors cannot have an access modifier 2019-11-15 05:15:32 +01:00
Katy Coe
a880e8bd04 Calculate and output pointers to the end of each method 2019-11-14 02:44:56 +01:00
Katy Coe
7c64e0a09c Add --suppress-metadata option 2019-11-13 15:55:18 +01:00
Katy Coe
06ed21747e Model and Output: Implement generic type constraints 2019-11-11 21:48:04 +01:00
Katy Coe
734e88a07b Model: Make assembly definitions available 2019-11-11 01:37:51 +01:00
Katy Coe
5bf6e2c7c3 Output: Annotate unmanaged type usages with 'unsafe' keyword 2019-11-10 18:53:07 +01:00
Katy Coe
54d03b9f0f Refactor C# keyword modifer code slightly 2019-11-10 17:46:19 +01:00
Katy Coe
41d2325560 Model: Handle C# method hiding ('new' keyword in method declarations) 2019-11-09 22:32:32 +01:00
Katy Coe
4602497166 Model: Move parameter string generation to ParameterInfo 2019-11-07 02:31:47 +01:00
Katy Coe
4800575f08 Output: Fix access modifiers on properties, add to getters and setters 2019-11-06 00:33:38 +01:00
Katy Coe
fa6e1683e5 Output: FieldAttributes.FamANDAssem is "private protected" from C# 7.2 onwards 2019-11-05 21:08:40 +01:00
Katy Coe
14a9c89804 Model and Output: Implement default method parameter values 2019-11-05 20:09:13 +01:00
Katy Coe
ac18de55c5 Output: Show variable length argument parameters ("params") 2019-11-04 17:52:21 +01:00
Katy Coe
6d3aca4087 Output: Parameter attributes on constructors and methods 2019-11-04 17:46:32 +01:00
Katy Coe
6e93d83c8b Update TODOs 2019-11-04 00:36:51 +01:00
Katy Coe
7351e339f0 Model: Initial framework for custom attributes 2019-11-03 22:25:38 +01:00
Katy Coe
614f5c0e01 Clean up TODOs 2019-11-02 18:48:44 +01:00
Katy Coe
fdab846710 Model: Handle generic methods and set DeclaringMethod 2019-11-02 01:44:09 +01:00
Katy Coe
dbc3ef40b0 Output: Move getParametersString into MethodBase/ParameterInfo 2019-10-31 23:23:52 +01:00
Katy Coe
035a663484 Model: Give operator overloads and user-defined conversion operators the correct syntax 2019-10-29 21:44:43 +01:00
Katy Coe
f7eb9395a5 Move method pointer logic from Model to Inspector 2019-10-29 20:53:22 +01:00
Katy Coe
a87c701f12 Include constructors in model (ConstructorInfo) 2019-10-28 04:20:06 +01:00
Katy Coe
2e256909a6 Refactor MethodBase / MethodInfo 2019-10-28 03:06:32 +01:00
Katy Coe
9d72cf3bcf Tidy interface and zero RVA outputs 2017-11-28 16:00:01 +01:00
Katy Coe
f0adf416e4 Initial implementation and output of properties 2017-11-10 16:30:11 +01:00
Katy Coe
add2c54645 Implement and output method modifiers correctly 2017-11-10 02:40:03 +01:00
Katy Coe
f5b6f66f35 Implement ParameterInfo and return parameters 2017-11-08 06:34:12 +01:00
Katy Coe
e1fa8c8bfd Method boilerplate code / minor re-factoring 2017-11-08 01:59:26 +01:00
Katy Coe
5e652606b2 Re-factoring / boilerplate code 2017-11-08 01:08:02 +01:00