xamarin-macios/docs/website
Chris Hamons a73b200f59
[mmp][mtouch] Better guard framework SDK checks (#3757)
- https://github.com/xamarin/xamarin-macios/issues/3725
- These frameworks "CoreAudioKit Metal MetalKit MetalPerformanceShaders CoreNFC DeviceCheck"
 were special cased, but that special case did do an SDK check.
- Create a helper method to share check
- Add test for MM0135
2018-03-20 09:26:25 -05:00
..
xamarin-analysis-doc-tool [xamarin-analysis] Add rule #6 and updated md file (#3088) 2017-12-12 12:43:36 -05:00
Makefile Update docs about build optimizations. (#3285) 2018-01-24 07:26:09 +01:00
README.md [docs] Ease tracking updates to code that requires change to the web site documentation (#573) 2016-08-08 17:07:59 -04:00
binding_objc_libs.md [docs] xamarin now requires markdown+yaml (#2258) 2017-07-12 21:29:47 -04:00
binding_types_reference_guide.md [generator] Add support for [DesignatedInitializer]. Fix #3247 (#3451) 2018-02-11 10:53:05 -05:00
generator-errors.md [generator] Teach generator about WrapAttribute on Getters and Setters (#3388) 2018-02-05 21:14:08 -06:00
mmp-errors.md [mmp][mtouch] Better guard framework SDK checks (#3757) 2018-03-20 09:26:25 -05:00
mtouch-errors.md [mmp][mtouch] Better guard framework SDK checks (#3757) 2018-03-20 09:26:25 -05:00
optimizations.md [static registrar] Optimize creation of delegates for blocks. (#3623) 2018-03-02 14:30:18 +01:00
xamarin-ios-analysis.md [xamarin-analysis] Add XIA0007 to docs/website/xamarin-ios-analysis.md (#3498) 2018-02-15 14:14:35 -05:00

README.md

This directory contains documentation files in markdown format.

They are included here to ensure any changes to

  • Tools error codes;
  • Binding attributes;
  • Binding usage

are documented immediately, i.e. in the same commit that the change was introduced.

This also allows any contributor from the community to enhance the documentation with a pull-request.

The Makefile can be used to copy the files into the documentation repo. Once reviewed locally it can be merged just before the release.