Hong Li
f005d51516
Enable more SDL tools for this repo ( #168 )
2024-11-05 16:07:49 -08:00
Immo Landwerth
68c5a8d1ab
Merge pull request #167 from terrajobst/add-security-md
...
Add SECURITY.md
2024-09-13 00:31:50 -07:00
Immo Landwerth
b51df965d3
Add SECURITY.md
2024-09-10 16:52:56 -07:00
Zhaodong
9c4f96aad6
add schedules ( #165 )
2024-04-02 20:50:59 -07:00
Hong Li
6a9eb700d4
Update azure-pipeline.yml for Azure Pipelines
2024-04-01 20:25:25 -07:00
Hong Li
95ac46c75f
Update azure-pipeline.yml for Azure Pipelines
...
Cleanup with new instructions
2024-04-01 20:17:33 -07:00
Hong Li
dcad3feed4
Update azure-pipeline.yml for Azure Pipelines
2024-04-01 20:09:18 -07:00
Zhaodong
6a76f63a9b
add task APIScan ( #162 )
2024-03-31 23:34:41 -07:00
Hong Li
640ac673ae
Update azure-pipeline.yml for Azure Pipelines
2024-03-28 21:05:49 -07:00
Hong Li
828d22b40e
Update azure-pipeline.yml for Azure Pipelines
...
cleanup -r remove to delete
2024-03-28 20:31:14 -07:00
Hong Li
d05c1c23f4
Update azure-pipeline.yml for Azure Pipelines
...
add zipSources: false
2024-03-08 13:57:22 -08:00
Hong Li
79a0dd8ac3
Update azure-pipeline.yml for Azure Pipelines
2024-03-08 13:53:53 -08:00
Hong Li
e85ae407b8
Update azure-pipeline.yml for Azure Pipelines
2024-03-04 22:56:55 -08:00
Hong Li
c227244762
1ES move - add yml based pipeline file ( #161 )
2024-03-04 22:19:23 -08:00
Steve Molloy
1b3015a245
Website install shim ( #153 )
...
* Add installer shim for 'Web Site's. Update nupkg authoring with readme's.
* Ship it.
2023-06-13 17:44:26 -07:00
Steve Molloy
919235a7c1
V4 fork ( #148 )
...
* Big V4 Update. PS1/XDT ==> MSBuild migration.
* Fix preview versioning.
* Rev to 4.1-rtm
2023-04-11 19:37:05 -07:00
Steve Molloy
6b67ad9a05
Rev to 3.11-rtm
2023-03-05 14:35:09 -08:00
Steve Molloy
960f11f63b
Update nuspec. LicenseUrl->License, IconUrl->Icon
2022-04-15 18:06:24 -07:00
coffeecop
6f2e6aec5b
Update CompilationUtil.cs ( #140 )
...
roslyn folder is a Directory not a File
2022-04-15 16:07:25 -07:00
Steve Molloy
c0569b3e47
V3.11 fork ( #141 )
...
* Update nuspec to preperly reflect 4.6._2_ requirement.
* Improve license call out.
* Git ignore build pre-processing directory
* Fix OutDir/OutputPath handling. Was double-copying in web projects.
* Rev to preview2
2022-04-15 16:03:05 -07:00
Steve Molloy
0155ac4811
Update Readme with changes.
2022-03-30 18:09:27 -07:00
Steve Molloy
2b3845f077
Update version to 3.11-preview1
2022-03-24 16:47:52 -07:00
Steve Molloy
d5cba31259
Update license headers. Also ProjectUrl. ( #138 )
2022-03-16 15:39:03 -07:00
Steve Molloy
de98369ab5
Clean out some package project clutter.
2022-03-16 00:14:19 -07:00
Steve Molloy
b0a3cb8f88
Move away from MSTest to Xunit. ( #136 )
2022-03-15 22:17:24 -07:00
Steve Molloy
e21e889f9e
Little code style nits and msbuild tweaks. ( #135 )
2022-03-15 22:15:06 -07:00
Steve Molloy
16a97b8841
Implement public constructors that exist in parent so our providers can slip right into existing code that uses the old CodeDomProviders. ( #134 )
2022-03-14 14:11:40 -07:00
Steve Molloy
e614826682
Some fixes to the previous 'Drop support for 4.5' and 'Treat non-web apps as first class' PRs ( #133 )
2022-03-10 21:15:10 -08:00
Steve Molloy
1188f8a88f
Cleanup the install PS scripts. ( #132 )
2022-03-10 12:57:10 -08:00
Steve Molloy
93bd41a485
Treat non-web apps as first class, not requiring appSettings hack. ( #131 )
2022-03-10 12:55:52 -08:00
Steve Molloy
e352f9a14c
Include 'bin' in OutDir destination so the default lookup location still works.
2022-03-10 10:58:59 -08:00
Steve Molloy
92d9ff7c99
Handle OutDir when building in msbuild instead of VS. ( #130 )
2022-03-09 22:46:39 -08:00
Steve Molloy
ee49835a0e
Update nuget license to match this github and the Microsoft.Net.Compiler licenses. ( #129 )
2022-03-09 16:36:17 -08:00
Steve Molloy
e4a1043f5b
Clean out the cobwebs ( #128 )
...
* .Net 4.5 is no longer supported. Raise the bar to 4.6.2.
* Rev to 3.11-preview for following work.
2022-03-09 16:30:37 -08:00
Steve Molloy
a47558d500
Refresh compilers 3.6 ( #111 )
...
* Updating to MS.Net.Compilers 3.6
* And call this an RTM release. Yay!
* Update version in assembly reference too.
2020-07-08 14:23:29 -07:00
Steve Molloy
7026e0209a
Update C# language versions for better compat and to match official support guidance. ( #110 )
2020-06-30 18:28:10 -07:00
Steve Molloy
8e864e5091
V3.5-preview1 doc update. ( #106 )
2020-05-15 00:45:18 -07:00
Steve Molloy
f8a4c9c94f
3.5 - Refresh compilers with small fixes ( #105 )
...
* Update compilers to 3.5
* Add signing for task dll.
* Add key file for delay signing the task dll.
* Adjust task signing target for SDK-style project.
* A whole mess of project/target cleanup.
* I think this still misses SignFiles for SDK projects.
* I think this is the last step in a clean signing pipeline.
* Project TFM != target framework attribute
* Correct escapting for generating config through powershell/xml.
2020-05-13 14:43:50 -07:00
Steve Molloy
d3544052f1
Merge pull request #104 from aspnet/ConfigHydration
...
Config hydration
2020-05-05 18:05:48 -07:00
Steve Molloy
47077c81d5
Lots of hydration bug fixes after smoke testing install/reinstall.
2020-05-01 18:25:48 -07:00
Steve Molloy
516bceb372
Add config de/hydration to un/install to support updates without clobbering custom config changes from users.
2020-04-30 21:51:15 -07:00
Steve Molloy
213c6bdf00
Merge pull request #103 from aspnet/PortablePdbPackage
...
Switch to portable snupkg format.
2020-04-27 18:21:28 -07:00
Steve Molloy
51136cc85f
Switch to portable snupkg format.
2020-04-27 18:19:17 -07:00
Steve Molloy
d94d39318f
Merge pull request #102 from aspnet/AddProviderOptions
...
Add provider options
2020-04-27 16:02:33 -07:00
Steve Molloy
aab6fdb49b
Better comment wording.
2020-04-27 15:50:56 -07:00
Steve Molloy
11079a1df0
Rudimentary tests for UseAspNetSettings feature.
2020-04-24 18:07:33 -07:00
Steve Molloy
b1a19601b9
A couple more tests.
2020-04-24 17:05:30 -07:00
Steve Molloy
9645216f83
Start using ProviderOptions; Allow opt out of magic ASP.Net command-line compiler options
2020-04-23 21:51:55 -07:00
Steve Molloy
2153c2efa6
Adding rudimentary tests for ProviderOptions with a couple fixes that bubbled up along the way.
2020-04-22 23:13:58 -07:00
Steve Molloy
b90fef4d03
Only download Roslyn packages in Nuproj; Use compat switch for old tests.
2020-04-22 16:44:03 -07:00