Граф коммитов

19 Коммитов

Автор SHA1 Сообщение Дата
Deep Choudhery 72472b679f
changed namespace to Microsoft.DotNet.MSIdentity (#1553)
* changed namespace to Microsoft.DotNet.MSIdentity

* more edits

* more little fixes + folder case changes.

* had to disable git core ignorecase for linux builds
2021-04-15 11:34:45 -07:00
Sayed Ibrahim Hashimi 4d0fcb6048
Updating the readme (#1539)
* readme updates

* readme updates

* adding code of conduct
2021-03-29 11:49:23 -07:00
Deep Choudhery 1cda93c723
refactored Scaffolding and added MsIdentityScaffolding (#1528)
* refactored Scaffolding and added MsIdentityScaffolding

* removed temp file

* minor edits, package name edits.

* pr edits

* added default labels for issues, features.

* fixing label, scaffolding to area-scaffolding
2021-03-18 22:08:23 -07:00
Rick Anderson 1a52805809
Update README.md 2020-01-24 08:44:39 -10:00
deepchoudhery b36ee933dc
Scaffolding Arcade Migration (#1118)
Migration for arcade build.
2019-10-29 11:53:29 -07:00
Eilon Lipton 7f3aedfc07
Update README.md 2018-09-10 11:21:05 -07:00
Mike Harder 3618c92cc3 Update AppVeyor and Travis badges 2017-08-16 12:03:44 -07:00
Sayed Ibrahim Hashimi 639a90367e Update README.md 2016-06-30 10:16:00 -07:00
Cesar Blum Silveira af989578f3 Update README.md 2016-03-14 21:32:31 -07:00
Cesar Blum Silveira 5ffa965970 ASP.NET 5 -> ASP.NET Core 2016-03-14 21:22:51 -07:00
Hisham Abdullah Bin Ateya 70c0bbe3db Add AppVeyor, Travis build status 2015-06-23 07:32:02 +03:00
Eilon Lipton 0bca8b5e1b Merge pull request #55 from ahmetalpbalkan/patch-1
README typo fix
2015-02-25 09:21:57 -08:00
Eilon Lipton cac92eea4d Update README.md 2015-02-24 14:10:12 -08:00
Ahmet Alp Balkan a7bf6a3f49 README typo fix 2014-09-12 11:03:55 -07:00
Eilon Lipton ef8fc5593d Fixed list 2014-09-12 10:10:18 -07:00
Sayed Ibrahim Hashimi e798d10235 minor update to readme.md 2014-09-11 19:53:33 -07:00
Sayed Ibrahim Hashimi fc2fc33518 updating readme.md and adding contributing.md 2014-09-11 19:53:33 -07:00
Pradeep Kadubandi 34dbab3800 Fixing the readme temporarily - not the final one but good enough for now 2014-07-08 16:32:16 -07:00
Pradeep Kadubandi 1bbb33b029 Initial checkin for command line scaffolding.
This checkin enables the following things:
- Code generator detection and invocation through command line

I have assumed a simple model where code generators specify the command line options and arguments and there is a matching GenerateCode method which matches with those metadata (required parameters should match arguments, optional parameters should match options, also switch options must be of type bool and other options must be of type string).

WebFx project itslef is right now a sample CodeGenerator, TestWebApp is the actual sample app on which the code generators are run.
2014-07-02 15:52:47 -07:00