@@ -10,25 +10,22 @@ https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.9/6.0.9.md?WT.mc_
1010
1111# MASD C# Reference Implementation
1212
13- This project contains the MASD C# Reference Implementation, generated
14- using the [ latest version of
15- Dogen] ( https://github.com/MASD-Project/dogen/releases ) . The objective
16- of a MASD reference implementation is to exercise all of the available
17- functionality within Dogen and to unit test it to ensure it works as
18- specified. The models used to generate the reference implementation
19- are available under
20- [ Src/Models] ( https://github.com/MASD-Project/csharp_ref_impl/tree/master/Src/Models ) . As
21- the objective of the reference implementation is to exercise Dogen as
22- much as possible, the models are available in both Dia and JSON
23- formats.
24-
25- Please note that C# support in MASD still lags behind C++, so some
26- functionality is not yet available.
13+ This project contains the MASD C# Reference Implementation, generated using the
14+ [ latest version of Dogen] ( https://github.com/MASD-Project/dogen/releases ) . The
15+ objective of a MASD reference implementation is to exercise all of the available
16+ functionality within Dogen and to unit test it to ensure it works as specified.
17+ The models used to generate the reference implementation are available under
18+ [ Src/Models] ( https://github.com/MASD-Project/csharp_ref_impl/tree/master/Src/Models ) .
19+ As the objective of the reference implementation is to exercise Dogen as much as
20+ possible, the models are available in both Dia and JSON formats.
21+
22+ Please note that C# support in MASD still lags behind C++, so some functionality
23+ is not yet available.
2724
2825# Test Models
2926
30- The Reference Implementation is composed of a number of test
31- models. These can be summarised as follows:
27+ The Reference Implementation is composed of a number of test models. These can
28+ be summarised as follows:
3229
3330| Name | Description |
3431| -------------------| ----------------------------------------------------|
@@ -38,9 +35,9 @@ models. These can be summarised as follows:
3835
3936# Reporting Problems
4037
41- If you have found any issues with the generated C# code, we ask you to
42- please report it in order to make the code generator better. Examples
43- of issues with the generated code:
38+ If you have found any issues with the generated C# code, we ask you to please
39+ report it in order to make the code generator better. Examples of issues with
40+ the generated code:
4441
4542- it may be using non-idiomatic C#, or following old idioms;
4643- it may work, but you know of a better way of doing it;
0 commit comments