Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/dazinator/AspNetSolutionUpgradeTool

A utility that can be used to upgrade an ASP.NET 5 RC1 or RC2 based solution to ASP.NET Core 1.0.0 RTM.
https://github.com/dazinator/AspNetSolutionUpgradeTool

Merge branch 'master' of https://github.com/dazinator/AspNetSolutionUpgradeTool.git

c9289a81a1402840e2e91c3ead9dc239243b693f authored over 8 years ago by dazinator <[email protected]>
Fixed a bug with global.json sdk not being updated to RTM correctly.

257a3da3f76258cc2d31dfc4852b009080d0c346 authored over 8 years ago by dazinator <[email protected]>
Update README.md

67c815bc2dd7d468dab1a8c24b8dd85bd576a205 authored over 8 years ago by Darrell <[email protected]>
Update README.md

7d8fb7eeff4e355b5b3345e014093e0891092a54 authored over 8 years ago by Darrell <[email protected]>
Update README.md

7ef6448d3a7a8efc558da951be75a170f1b6fbac authored over 8 years ago by Darrell <[email protected]>
closes #31 - Now upgrades to RTM.

33ecb12f8f404fd1e5ea5bf38994570db5b38243 authored over 8 years ago by dazinator <[email protected]>
Update README.md

e9d1dc415fd7b16334dccdf7319b895f3e57a09e authored over 8 years ago by Darrell <[email protected]>
Update README.md

94b8320db9aa0b35a77b4fad6f7256b62cbdf87b authored over 8 years ago by Darrell <[email protected]>
Update README.md

b48eef7c99b6b5cf1fc8a52d348a4677fc370daa authored over 8 years ago by Darrell <[email protected]>
Update README.md

f99536b7d4d731c1ae1d214d19d36656abc50dc4 authored over 8 years ago by Darrell <[email protected]>
Updated approval tests (golden masters)

7cf02575835d11e1eae773fe1fffa8c983594dbf authored over 8 years ago by dazinator <[email protected]>
Made the way copyToOuptut is updated more robust, so that the tool preserves any existing copyToOutput in the project.json, and also handles the various ways include can be specified in prject json, including single value, or array etc.

342febe052b576de64c0b7a9a7814fb463999102 authored over 8 years ago by dazinator <[email protected]>
Fixed bug with xproj files not being updated.

aa22ef3e9d43caf8b962d25d0c65bc4b35cbf803 authored over 8 years ago by dazinator <[email protected]>
Fixed incorrect tfm for netstandard

6ec4fd2fc2449cf36e5eb0075e59ed2b3c735abc authored over 8 years ago by dazinator <[email protected]>
Fixes #37

Fixed null ref exception when solution doesn;t have any launch settings file.

b754ddf9cf787716d1df9db945e6ae42d10fce08 authored over 8 years ago by dazinator <[email protected]>
Merge branch 'master' of https://github.com/dazinator/AspNetRC1toRC2UpgradeTool.git

feaaaff6f1d8babe098117eb1a75982ed6ec76c8 authored over 8 years ago by dazinator <[email protected]>
Closes #36 - now includes Views folder in copyToOutput for MVC projects.

Also fixed a bug where appSettings files were being detected from nested folders like bin/debug. ...

a4b44f8d422d56f3cd16b76645714e0a594bd980 authored over 8 years ago by dazinator <[email protected]>
Update README.md

e2bff47085eb6727fd3e3b8ba6a4d449aedcc308 authored over 8 years ago by Darrell <[email protected]>
Update README.md

38aaeddb1e38f34fe1644db2d598e869cb5b99f0 authored over 8 years ago by Darrell <[email protected]>
Fixed issue where "appSettings" was being returned for the filename for appSettings.json files - shoul dhave returned the extension as well as this name is added to project.json file.

9601ab7858a60d010772cf5844f7a6d70ef456de authored over 8 years ago by dazinator <[email protected]>
Closes #5 - now includes any appSettings files in copyToOutput section of project.json.

8ba8f109a1b4c19b6f1757a26b6ab97281bf4187 authored over 8 years ago by dazinator <[email protected]>
Closes #35 - Adds Microsoft.AspNetCore.Diagnostics package to MVC projects.

938d1fb165bd8083d724639bcdc8615baa51d67c authored over 8 years ago by dazinator <[email protected]>
Closes #34 - Now migrates dnxcore50 framework in project.json to the appropriate netStandard or netcoreapp1.0 framework which has been introduced in rc2.

703bd910456f4603bd13f1037e5cd9ad385806d5 authored over 8 years ago by dazinator <[email protected]>
Update README.md

fb9b9d898eb55f3fe9fb825ac6e63b5d53263fb6 authored over 8 years ago by Darrell <[email protected]>
Closes #28

Added migration for launchSettings.json.

a32aafcceb6e572a83601a37da705652d98109e6 authored over 8 years ago by dazinator <[email protected]>
Closes #30

Now writes project.json / global.json with indenting

0c92e540f3ef40d96a7a1bef879a7d9011772149 authored over 8 years ago by dazinator <[email protected]>
Closes #29

Now automatically adds Microsoft.AspNetCore.Hosting package to projects that depend on the IISPla...

78fa670a668173f964b496582259a35ad48d8a42 authored over 8 years ago by dazinator <[email protected]>
Merge branch 'master' of https://github.com/dazinator/AspNetRC1toRC2UpgradeTool.git

269aaabbc7ec717a0d1857e868e94a3ec1597eb3 authored over 8 years ago by dazinator <[email protected]>
Closes #11

Added data protection namespace change

5156dec3348dc6beff13216d2c601c8090bd5422 authored over 8 years ago by dazinator <[email protected]>
Update README.md

246945db621cf903b4859a1390cf16e4dac7e2f6 authored over 8 years ago by Darrell <[email protected]>
Update README.md

e40d06efdfd1ea27f949b2ad3f39f4a941928034 authored over 8 years ago by Darrell <[email protected]>
closes #23

Now detects and updates autofac rc1 packages.

1c2379e858191dc4cc23d03f490351a89430e967 authored over 8 years ago by dazinator <[email protected]>
Merge branch 'master' of https://github.com/dazinator/AspNetRC1toRC2UpgradeTool.git

ef330022ea8d39e9a5b5f4193e9bb5233612e8af authored over 8 years ago by dazinator <[email protected]>
Closes #27

Now auotmatically updates dnx4YZ to net452

dc890500b34f30ae8f38723629e7ce8f5f38faeb authored over 8 years ago by dazinator <[email protected]>
Update README.md

f58fa8d012660457e2b21992ed3119cbdaebb781 authored over 8 years ago by Darrell <[email protected]>
Update README.md

f7415f8ef21d4fa16625eb936dd6e04bec0285c5 authored over 8 years ago by Darrell <[email protected]>
Update README.md

a5cb7245ebdac68ab0cd653b34f8f7ad82f79ff4 authored over 8 years ago by Darrell <[email protected]>
closes #11

Now rewrites more namespaces that have changed between rc1 and rc2

1124d366f8a8e37da28ef4cfd66061dbf5c1b7a9 authored over 8 years ago by dazinator <[email protected]>
#11

Using Roslyn to update namespaces in code files from RC1 to RC2 ones. Currently only have a test ...

1e110978e52fe03068aa46809602f74fce30528d authored over 8 years ago by dazinator <[email protected]>
Merge branch 'master' of https://github.com/dazinator/AspNetRC1toRC2UpgradeTool.git

8679f9d0af5f33848fe6420cde53669b42f90d7f authored over 8 years ago by dazinator <[email protected]>
closes #22

Now deletes project.lock.json files after a successful upgrade.

615b1190ffe07738e8d437c6f7a0cee6a32cc998 authored over 8 years ago by dazinator <[email protected]>
Update README.md

e6f4f73ee59e1f27a78c9d54a9dfbf7888f144c0 authored over 8 years ago by Darrell <[email protected]>
green light refactoring to make it easier to plug in additional nuegt package migrations for dependencies and tools.

9c48069ba729c404c908ab98d164551e515489d8 authored over 8 years ago by dazinator <[email protected]>
closes #24

Now renames microsoft.aspnet.fileproviders.* to microsoft.extensions.fileproviders.*

f307dbd407a003b7aaffef00c7ea7dd974ae5c17 authored over 8 years ago by dazinator <[email protected]>
Green light refactoring / general tidying.

c4c705bc9f12eea8a0177bbddf8618e319d0c2e4 authored over 8 years ago by dazinator <[email protected]>
closes #14

a7839f7c38885ef019c95dddcc7a2f10350e7b4e authored over 8 years ago by dazinator <[email protected]>
Green light refactoring, in prep for #14.

20fcc73000eeb10f947463889bb90ab6a10dbc06 authored over 8 years ago by dazinator <[email protected]>
Closes #7.

Now also adds target framework property.

09dc49200528ecfd57a08f67e78433fac2281a1a authored over 8 years ago by dazinator <[email protected]>
#7 Now updates the baseintermediateoutput path in the .xproj file.

2371cb0de1dbbe6f33d2ddf50cc5e94262840038 authored over 8 years ago by dazinator <[email protected]>
#7 Now updates imports in xproj file, to the new dotnet imports (from the old dnx imports)

deb508331dc3b5cc12f13a1b11f8a7e69931f435 authored over 8 years ago by dazinator <[email protected]>
Closes #13

Adds Microsoft.Extensions.DependencyModel package if your project depends on Microsoft.Extension...

96af42e6a3cdaf04b143f47f912d6b68fa6487cc authored over 8 years ago by dazinator <[email protected]>
Merge branch 'master' of https://github.com/dazinator/AspNetRC1toRC2UpgradeTool.git

8664b824c636ada3a87036bc208176018fd04cba authored over 8 years ago by dazinator <[email protected]>
closes #15

Now adds / updates Microsoft.Extensions.Options.ConfigurationExtensions package for MVC projects.

c0b0619f58d39592f227c860e28dd33e443f10e5 authored over 8 years ago by dazinator <[email protected]>
Update README.md

a4bf7a408afc3a43931428e5e50be02473945cf4 authored over 8 years ago by Darrell <[email protected]>
Update README.md

3b1ecf37f747bace5222db0691da9bc4a16a1b39 authored over 8 years ago by Darrell <[email protected]>
Update README.md

d3120a140945fb35c8064a051a7ec3c459d6750d authored over 8 years ago by Darrell <[email protected]>
Update README.md

f9cfc1f3e895ae2bfbafc97c4f9b927e074c2eaa authored over 8 years ago by Darrell <[email protected]>
Closes #17

Now moves "exclude" to buildOptions.

805eac51bec288ca4629bec6d36f5d5c3035d4e8 authored over 8 years ago by dazinator <[email protected]>
Closes #20

Moves resources to buildOptions in project.json

2db9bef41005da98a885a46d5be9156dc87c3a03 authored over 8 years ago by dazinator <[email protected]>
closes #19

content is now moced to publishOptions and buildOptions / copy ToOutput

b96639892fd2b370c934dc1c3fc0da181e1c6010 authored over 8 years ago by dazinator <[email protected]>
closes #18

Moves packInclude to packOptions / files

c524e749730fd7b5fac6dfd23abf7cea69ba70c8 authored over 8 years ago by dazinator <[email protected]>
Closes #18 - now migrates things to packOptions in project.json.

Closes #3 - now able to add netstandard or netcoreapp TFM to projects / libraries.

fb5b34b1f8e4b09a4b9f20d2f4283a12b6444ce5 authored over 8 years ago by dazinator <[email protected]>
Closes #2 - Now also renames compilationOptions under frameworks.

410fada75841f3e8e9697bea12cad37e1701e90d authored over 8 years ago by dazinator <[email protected]>
closes #6

17d27d23dc4f55562ee78e968ce93fba327a35ba authored over 8 years ago by dazinator <[email protected]>
closes #6

now only addes web.config to publishOptions is the project is a web project, and is an applicatio...

1b15b7e7e9edc6f7fcd0336d762f8f0302cc0a8b authored over 8 years ago by dazinator <[email protected]>
Closes #6

Now adds the new publishOptions section to web projects project.json files, and removes the old ...

ac2a60d2d7b2029616f16ff9c32abed4943b311d authored over 8 years ago by dazinator <[email protected]>
Closes #5

Now adds Microsoft.VisualStudio.Web.CodeGeneration.Tools package if project is an MVC project.

86759ae362f30e3fd902ad4c83a4160a2233c76f authored over 8 years ago by dazinator <[email protected]>
Closes #2 Closes #3 Closes #5

Now detects and migrates some tool packages to RC2.
Now upgrades framework in project.json, by r...

4d8877f399138ac170da2456938c54d37fe01e62 authored over 8 years ago by dazinator <[email protected]>
Closes #8

Implented a global json upgrade action to set the sdk version in the global josn file, with appro...

11431794581bec66114819e920a9f31989ab4d39 authored over 8 years ago by dazinator <[email protected]>
Closes #10 - now migrates all of the EF RC1 package dependencies to the equivalent RC2 versions

332f9d4bf72c5648804757602dada3d31170975b authored over 8 years ago by dazinator <[email protected]>
closes #4

cbc4f5f8a9f5bdd3406bffa534ec0412ddb3e146 authored over 8 years ago by dazinator <[email protected]>
#3 - can now remove packages during package migrations. Am checking for and removing Microsoft.Dnx.Runtime package.

5e884445b788e6c1d6f60dda10857b8de00ff776 authored over 8 years ago by dazinator <[email protected]>
#4 - refactored, cleared up tests and amended test names and test classes.

5b8f1b786a36bbc18bd195800e271d0e75789366 authored over 8 years ago by dazinator <[email protected]>
#6 added some comments.

cd2d8ab4431db35dedfb59f19f677e19aa29a57c authored over 8 years ago by dazinator <[email protected]>
#6 - Added approval test that does a complete upgrade on the various project.json files by running all of the upgrade actions so far. Will continue to extend this as I develop more upgrade actions.

5b54805fe13242fce5eec561180680f99ae88590 authored over 8 years ago by dazinator <[email protected]>
#6 - Now migrates packages of type "build" correctly in project.json. This is necessary because some of the RC2 packages have to have the package type = build specified, specifying the package version is not enough. This may only be temporarywhilst the tooling is in preview 1.

6829d028c8d391967d5fad76b39f72354ada22e3 authored over 8 years ago by dazinator <[email protected]>
#6 - Updating microsoft packages to RC2 version, and tests added.

f2c4969d4215f2b62dc4f9464a6221561d70ef0e authored over 8 years ago by dazinator <[email protected]>
#4

Upgrades / Renames an explicit list of packages in project.json to the RC2 versions.
Approvals te...

1184d71e63d3214c6f2b61cc52f7b4e4f5e7683e authored over 8 years ago by dazinator <[email protected]>
Merge branch 'master' of https://github.com/dazinator/AspNetRC1toRC2UpgradeTool.git

a2381b77ec8358cd1a10488e1b001d64228113a2 authored over 8 years ago by dazinator <[email protected]>
Closes #3

Implemented a project.json upgrade action that adds the "Microsoft.NETCore.App" dependency.

6c5d68b7117d24b59a3f566fa3606baa8f82b3a1 authored over 8 years ago by dazinator <[email protected]>
Update README.md

b873146a7dd9ff4fc0294ea9be5057be88271215 authored over 8 years ago by Darrell <[email protected]>
Update README.md

26a3c9f8ee37953d8c3304e742d9541e9df71910 authored over 8 years ago by Darrell <[email protected]>
Update README.md

01febaac64f24e68a99359dfbb01b56345083ef9 authored over 8 years ago by Darrell <[email protected]>
Added an action that renames compilationOptions to buildOptions.

290a70d35eb587eb7cec5ef6f32fbfeefffa1c52 authored over 8 years ago by dazinator <[email protected]>
Merge branch 'master' of https://github.com/dazinator/AspNetRC1toRC2UpgradeTool.git

b8646276dac9642687b4906904d2e42c028ca90a authored over 8 years ago by dazinator <[email protected]>
Added more test coverage for dnxcore50

cd1932a852342198b14992ccaeed2b010354b553 authored over 8 years ago by dazinator <[email protected]>
Update README.md

b9682c7ca96ac409d1b6dd8d88431477f8000e2a authored over 8 years ago by Darrell <[email protected]>
Update README.md

65352ddc7c8617e45c99c138d6a29f4ff19f57d1 authored over 8 years ago by Darrell <[email protected]>
Initial commit, with unit test for upgrading "frameworks" in project.json

ace23ef490762e3042f2a6fc386d2c8c8dc466dc authored over 8 years ago by dazinator <[email protected]>
Initial commit

56924ec245ece220d4f1ba5b5f10a5ae3e9956bd authored over 8 years ago by Darrell <[email protected]>