• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..24-Aug-2018-

build/H24-Aug-2018-9864

mono/H03-May-2022-158138

src/H24-Aug-2018-1,774,8551,768,266

v2.0/H03-May-2022-130111

v3.5/H03-May-2022-3824

v4.0/H03-May-2022-152133

v4.5/H03-May-2022-239217

v4.5.1/H03-May-2022-239217

v4.5.2/H03-May-2022-239217

v4.6/H03-May-2022-254232

v4.6.1/H03-May-2022-254232

v4.6.2/H03-May-2022-254232

v4.7/H03-May-2022-254232

v4.7.1/H03-May-2022-323299

.gitignoreH A D24-Aug-201814 21

LICENSEH A D24-Aug-20181.1 KiB2418

MakefileH A D24-Aug-2018668 3431

README.mdH A D24-Aug-20181.2 KiB2924

generate-refasm-sources.shH A D03-May-20223.3 KiB3423

README.md

1Mono binary reference assemblies
2================================
3
4Built using csc 2.1.0.
5
6Adding a new .NET profile
7-------------------------
8
9Use the following steps (we're using 4.7.1 as example):
10
111. Copy existing `v4.7/Makefile` and `src/v4.7/*` to new folders and commit
122. Update `PROFILE` variable in `v4.7.1/Makefile`
133. Wire up new profile in `Makefile` in repo root
144. Run the generation script `./generate-refasm-sources.sh v4.7.1 some/path/to/netfx/referenceassemblies`
155. Revert deletion of `*.extra.cs`
166. Revert changes that remove `#if / #endif`
177. Revert suspicious changes to:
18    - `Accessibility.cs` (bug in GenApi)
19    - `Microsoft.VisualBasic.cs` (bug in GenApi and wrong AssemblyCopyright/Product attribute)
20    - `Microsoft.VisualC.cs` (bug in GenApi)
21    - `System.Data.Linq.cs` (bug in GenApi)
22    - `System.Deployment.cs` (we only have stub assemblies)
23    - `System.Runtime.DurableInstancing.cs` (bug in GenApi)
24    - `System.Security.cs` (bug in GenApi)
25    - `System.Web.Mobile.cs` (we only have stub assemblies)
26    - `System.Workflow.*.cs` (we only have stub assemblies)
278. Add new assemblies/facades to `v4.7.1/Makefile`
289. Run `make -C v4.7.1` and ensure everything compiles
29