Ecosyste.ms: OpenCollective

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

github.com/cake-build/cake-vs

Cake Extension for Visual Studio
https://github.com/cake-build/cake-vs

Merge branch 'hotfix/0.4.2' into develop

* hotfix/0.4.2:
(#140) Updated project files with new locations
(#140) Copied templates into...

6775832d891e02bc22f864de97fea3f34e24d389 authored over 3 years ago by Gary Ewan Park <[email protected]>
(#140) Updated project files with new locations

Added references to newly created projects, and updated existing ones.
Went through an tested pr...

14eecc1e9cfa7252fd73237a0d4a09eb65cfe76d authored over 3 years ago by Gary Ewan Park <[email protected]>
(#140) Copied templates into 64bit folder

So that we can start creating a new VS 2022 specific version of the
templates, where the only th...

7e5e4facc16de600219893b4e5b2912a1a15eb89 authored over 3 years ago by Gary Ewan Park <[email protected]>
(#140) Move existing templates to new folder

Created a 32bit folder to house the existing template folders, so that
we can have different tem...

b1c5d36841cb45bbab5dd4b68e8823c0919458f7 authored over 3 years ago by Gary Ewan Park <[email protected]>
(maint) Remove reference to delete files

At some point, there was a packages.config file in this project, but it
has been removed, so als...

ef994692507c0863197d3b5bfafcee7225ebfb56 authored over 3 years ago by Gary Ewan Park <[email protected]>
Merge branch 'hotfix/0.4.1' into develop

* hotfix/0.4.1:
(#136) Ensure VSIX identity is different
(build) Manually bumped version num...

b6872328f4f5cf4ff4be04eb33bc09475267389e authored over 3 years ago by Gary Ewan Park <[email protected]>
Merge branch 'hotfix/0.4.1'

* hotfix/0.4.1:
(#136) Ensure VSIX identity is different

2f046b3c611d1b6830775bb425d3b05acbf0513e authored over 3 years ago by Gary Ewan Park <[email protected]>
(#136) Ensure VSIX identity is different

We either followed the instructions wrong, or the instructions got
updated since we first read t...

410c7a5212a573f487cf07f9d1d457dee484d1dd authored over 3 years ago by Gary Ewan Park <[email protected]>
Merge branch 'release/0.4.0'

* release/0.4.0:
(build) Update path to manifest(s)
(#128) Make URL's absolute
(doc) Updat...

b50715fe43bf444ac739a8eed1a245469562deb5 authored over 3 years ago by Gary Ewan Park <[email protected]>
(build) Update path to manifest(s)

So that updating the version numbers is working on correct file path.

51805b689875d294f4b7872a57a3109db5ca41df authored over 3 years ago by Gary Ewan Park <[email protected]>
(#128) Make URL's absolute

This way they will work both in the marketplace, and in the GitHub
Readme without additional work.

8cfe0340e5c5b34243ee475b813a85683947f3d2 authored over 3 years ago by Gary Ewan Park <[email protected]>
(doc) Update description for supported VS Versions

4f94a221c033f1f6d0188efc402c71a325604c3c authored over 3 years ago by Gary Ewan Park <[email protected]>
Merge pull request #135 from gep13/133-vs2022

(#133) Upgrade to support Visual Studio 2022

340ef57f9bfadc30641c0a2572e46fd35375ee89 authored over 3 years ago by Gary Ewan Park <[email protected]>
(#133) fixed build

92b7da5f1c429a5389febfef51227f0473884c27 authored over 3 years ago by Nils Andresen <[email protected]>
(maint) cleanup

Since the resx was removed, the references to resource-keys were also
removed.
Microsoft.VSSDK.B...

aa45a305575d14197af5b98e767d8a77700dcb63 authored over 3 years ago by Nils Andresen <[email protected]>
(#133) re-enabled file-icon

5cf02df73f66f55f56d1708d99e5e8a611c6a79f authored over 3 years ago by Nils Andresen <[email protected]>
(#133) re-enabled Cake snippets

3d9878a29e7354bcd34aa7b2028564f2ae0d90e9 authored over 3 years ago by Nils Andresen <[email protected]>
(#133) re-enabled CSharp snippets

6767ba764acccaf58f3ddbb60f285ae5cfcc7572 authored over 3 years ago by Nils Andresen <[email protected]>
(#133) enabled Build -> Cake Build menu

By setting the build action to VSCTCompile in 2022, as it is in 2019.

2900bc19708396a34b7773d31c3f5ce9fd0584e1 authored over 3 years ago by Nils Andresen <[email protected]>
(#133) Upgrade to support Visual Studio 2022

The work done in this commit is as a result of following along with
this article:

https://docs....

d6e2d89b5b42523973ca2b978deaf0b99799816a authored over 3 years ago by Gary Ewan Park <[email protected]>
(GH-123) Add publishing manifest file

To be used in conjunction with the VsixPublisher.exe. This file was
used for the publishing of t...

50cde4c9c1b835cd24537bf5a585504c1560aeed authored about 4 years ago by Gary Ewan Park <[email protected]>
Merge branch 'release/0.3.0'

# Conflicts:
# src/source.extension.vsixmanifest

d0176b3e3d6c48859f477f81dd49ef7a0ae125d6 authored about 4 years ago by Gary Ewan Park <[email protected]>
(GH-116) Add support for dotnet-cake.exe

This will be preferred over cake.exe if it is also installed.

0952809727aee0ebf87466574321e025e544e26f authored about 4 years ago by Gary Ewan Park <[email protected]>
(maint) Formatting changes

29f243edb5ccef2cff8cd3d4bc52b3dad360e7d7 authored about 4 years ago by Gary Ewan Park <[email protected]>
(GH-121) Add a file exists check

If the cake.config file doesn't exist, then if doesn't need to be parsed
for a ToolsPath, so sim...

7edb0f717710ba1b421e310975ce7d420a1a5176 authored about 4 years ago by Gary Ewan Park <[email protected]>
(GH-119) Add menu items for all bootstrappers

Added menus for all bootstappers, i.e. Windows and Bash for

* .NET Framework
* .NET Core
* .NET...

1888837d31bcf6a476b0c879bae28dca3049144e authored about 4 years ago by Gary Ewan Park <[email protected]>
(GH-120) Use -- rather than -

9ba84dfe2e5f987de58d5dcd73748245b5b38e52 authored about 4 years ago by Gary Ewan Park <[email protected]>
(GH-120) Use -- everywhere

Whenever using an option passed to cake, use -- rather than -.

95520648409c8ff7c7245921085e173cf1f2f406 authored about 4 years ago by Gary Ewan Park <[email protected]>
Merge pull request #85 from sierzput/preprocessor-keywords

Preprocessor keywords

cadb67a3e3a652462fc8c560a73e20a9c97e0dd1 authored about 4 years ago by Gary Ewan Park <[email protected]>
(GH-118) Add missing preprocessor keywords

e04088d9c901a02ba037b80db4ec3b8393a51c0e authored about 4 years ago by Paweł Sierzputowski <[email protected]>
Merge pull request #117 from mrlacey/InstallBootstrappersSubmenu

Put the "Install ... Bootstrapper" options in a submenu

17d2b42d87767a26d67a196883cb17b680b36663 authored about 4 years ago by Gary Ewan Park <[email protected]>
(GH-119) Add bootsrapper submenu

Which will hold all the boostrapper options for:

.NET Tool
.NET Framework
.NET Core

For now, s...

7772e98ac12026238a7da66c4772fd392288f38b authored about 4 years ago by Matt Lacey <[email protected]>
(GH-115) Remove experimental flag

This is no longer used in Cake, so shouldn't be allowed to pass it
through from the Task Runner ...

28e6ceccb6f5a331b977d5c5aaf296cbc34e9099 authored about 4 years ago by Gary Ewan Park <[email protected]>
(GH-114) Remove usage of 14.0

Also delete unnecessary elements from csproj file, as per this article:

https://developercommun...

6d0b67758e5ff8b65e49c6a8af1d464514b04d9a authored about 4 years ago by Gary Ewan Park <[email protected]>
(GH-114) Update descriptions to indicate change

i.e. only supporting 2017 and 2019 going forward, no longer supporting
2015.

c2cd3241617ce5462dfdafd74327e4cab81f6789 authored about 4 years ago by Gary Ewan Park <[email protected]>
(maint) Fix markdownlint and spelling suggestions

f3f4ee4d699bc7ab2597540c746d241fee5faabe authored about 4 years ago by Gary Ewan Park <[email protected]>
(GH-114) Only support 2017 and 2019

We tested running on Visual Studio 2015, and this didn't work very
well. Rather than dig into w...

a2b58a8f0565006e172041530075a81149e711bc authored about 4 years ago by Gary Ewan Park <[email protected]>
(build) Remove lib folder

This should now be covered in the Visual Studio SDK meta package.

bc25cf43bb90ab1a0edf53bcda33b4b3fe03bf8e authored about 4 years ago by Gary Ewan Park <[email protected]>
(build) Update nuget packages to latest

These are the nupkgs that are included in the project templates.
Updated to latest for all of th...

5a68cf32e34710dddc6ab41f4a0e994d5d20a8b1 authored about 4 years ago by Gary Ewan Park <[email protected]>
(build) Switch to using packagereferences

Rather than a packages.config file, as recommended here:

https://devblogs.microsoft.com/visuals...

bca850ef3faf6a04086f54f45a91f3bad76f5009 authored about 4 years ago by Gary Ewan Park <[email protected]>
(build) Remove direct usage of BuildTools package

This is included in the Visual Studio SDK meta package, and isn't
required to be added within th...

27758f3e8faa5383f3db43e6bbc03173a91e0dc1 authored about 4 years ago by Gary Ewan Park <[email protected]>
(build) Add task to download required nupkgs

These need to be added into the vsix, but since we have switched away
from using packages.config...

c864668e627605c9493f17ebe7dee010bb736654 authored about 4 years ago by Gary Ewan Park <[email protected]>
(maint) Adjust editorconfig rules

70ba5e2bf64ffc9c738936bcc8edb580585efbc2 authored about 4 years ago by Gary Ewan Park <[email protected]>
(build) Switch to building with VS 2019

b743c12788acd02c870950da504c034bbbcef6ec authored about 4 years ago by Gary Ewan Park <[email protected]>
(build) Remove AppVeyor debugging

c56ac92b6073808519bb756d777f4ef5994f658a authored about 4 years ago by Gary Ewan Park <[email protected]>
(build) Investigating AppVeyor

9a2d3123434a4a8f3d35ad5cf97f4524b5509fb7 authored about 4 years ago by Gary Ewan Park <[email protected]>
(build) Rename appveyor config file

12cff9e40e463dc7d7575d44a3f57be6b76e0745 authored about 4 years ago by Gary Ewan Park <[email protected]>
(build) Update appveyor config file

8e7a7130db00b1ee118009c9666651a913965371 authored about 4 years ago by Gary Ewan Park <[email protected]>
(build) Update main build process

Switch to using Cake.Tool

1421e8bbf54606b46c0233c4036cd7f2c6927508 authored about 4 years ago by Gary Ewan Park <[email protected]>
Merge branch 'agc93-feature/gh-79' into develop

66f8f66531d5aa3c35535ec36900ab8cefc742b7 authored almost 6 years ago by Alistair Chapman <[email protected]>
Initial support for overriding the location of cake.exe the TRX uses

Signed-off-by: Alistair Chapman <[email protected]>

7378694f3b36f65981d449c8539c760c54010827 authored almost 6 years ago by Alistair Chapman <[email protected]>
Merge branch 'agc93-feature/gh-101' into develop

7fafe2e269938450fdad370ba19ad15a71087d56 authored almost 6 years ago by Alistair Chapman <[email protected]>
Update to new VS2019 SDKs and APIs. Migrate to an AsyncPackage load.

Signed-off-by: Alistair Chapman <[email protected]>

623d7bf624cfa5a9b6fb3a58c9b833460a68afdf authored almost 6 years ago by Alistair Chapman <[email protected]>
Merge branch 'dlbroadfoot-SolutionItemTemplate' into develop

499347c67460954f1f5435244ccfb03fd0d40e80 authored almost 6 years ago by Alistair Chapman <[email protected]>
Added Solution Item Template

39bbe83bf828051f417a7779507cb4c2c20d70de authored almost 6 years ago by David Broadfoot <[email protected]>
Merge branch 'VanKrock-GH-84' into develop

db2eec796d40e33ebcb51cdcb31e3106749a7e9a authored almost 6 years ago by Alistair Chapman <[email protected]>
Fix. "protectedIdentifiers" can be null and throws unexpected NullReferenceException

61bac1450719b1b3cfa2345e3448456e18f01343 authored almost 6 years ago by VanKrock <[email protected]>
Merge branch 'chris-thompson-go-GH91_handle_empty_cake_file' into develop

8157406ca5a9f59ba96f69c6a40257c597151d80 authored almost 6 years ago by Alistair Chapman <[email protected]>
Merge branch 'GH91_handle_empty_cake_file' of git://github.com/chris-thompson-go/cake-vs into chris-thompson-go-GH91_handle_empty_cake_file

ae07331265a4622f9962b858da3a24d9b3ded575 authored almost 6 years ago by Alistair Chapman <[email protected]>
Add comments to make sure we don't accidentally regress this

Signed-off-by: Alistair Chapman <[email protected]>

6ed53713dd15831bfc0cdb6cba53ace8156f0cc3 authored almost 6 years ago by Alistair Chapman <[email protected]>
(build) Skip addin verification

a91c18b2545347c131550933340bbe2e54658fcb authored almost 6 years ago by Gary Ewan Park <[email protected]>
Merge pull request #99 from agc93/feature/gh-97

Fixes binding name for project open event.

4cf82b1a955e022e6e0f0975a2a4dd0ffda0661a authored almost 6 years ago by Gary Ewan Park <[email protected]>
Fixes project open binding name. Resolves #97

Signed-off-by: Alistair Chapman <[email protected]>

41054335836cee682789ad915f902c28f88b4c3f authored almost 6 years ago by Alistair Chapman <[email protected]>
Check for null in the ITextSnapshotLine extensions

7fc5c7624563a6b724cffcf05dd7ad69b372e161 authored over 6 years ago by Chris Thompson <[email protected]>
Merge pull request #86 from sierzput/develop

Fix link in README.md

16bd7a1da28c192569ee4681b77211a502c5bbff authored almost 7 years ago by Gary Ewan Park <[email protected]>
Fix link in README.md

Fix link to contribution guidelines

a5c1616d9815743d9dbf60b66791b330f72add97 authored almost 7 years ago by sierzput <[email protected]>
(build) Added config file for GRM

4d4aa6b1759b3f4639669881b189bc546731e513 authored over 7 years ago by Gary Ewan Park <[email protected]>
Merge branch 'release/0.2.0'

* release/0.2.0: (24 commits)
(build) Corrected failing build in 15.3 Visual Studio
(GH-76) ...

0f11ab7bd9612a5f71dd79fdfa4a74a58c17548a authored over 7 years ago by Gary Ewan Park <[email protected]>
(build) Corrected failing build in 15.3 Visual Studio

- Updated Microsoft.VSSDK.BuildTools, as suggested here: http://help.appveyor.com/discussions/pr...

44d06b0d953e9c36caf57de64db1109b65000c47 authored over 7 years ago by Gary Ewan Park <[email protected]>
(GH-76) Updated to Cake 0.21.1

17728989714b3ab6beb6639dc9b749b410730c53 authored over 7 years ago by Gary Ewan Park <[email protected]>
(GH-18) Tabs to Spaces

5731919a848b02cf18fea88b2c39242d1778741a authored over 7 years ago by Gary Ewan Park <[email protected]>
(build) Manually bumped version number

d1dd982dfa22c6b6cc38d7f7115085af4fc682be authored over 7 years ago by Gary Ewan Park <[email protected]>
(GH-75) Corrected URL

3b0ecf8517d13d91afe09eb5edd1567bc0fe17af authored over 7 years ago by Gary Ewan Park <[email protected]>
Merged with latest from Hotfix branch

3512141ef797394607746c8057d002f1c39df035 authored over 7 years ago by Gary Ewan Park <[email protected]>
Merge branch 'hotfix/0.1.2'

* hotfix/0.1.2:
(GH-75) Switched all URL's to https

c106b707afa4c1779b3bf69f81461a28dca70bbd authored over 7 years ago by Gary Ewan Park <[email protected]>
(GH-75) Switched all URL's to https

436c8b11bcb0c39bf06e26855b4a0946990902d9 authored over 7 years ago by Gary Ewan Park <[email protected]>
(maint) Update to https

aed795c93298a2b81ff04a37032a4a83fb5180b1 authored over 7 years ago by Gary Ewan Park <[email protected]>
Merge branch 'agc93/feature/gh-54' into develop

12b1f627d8e74173a3f4958b916d5e90a3f4217f authored over 7 years ago by Alistair Chapman <[email protected]>
Add support for drag-and-drop with cake and dll files

968450d011ed4004241af0ed63a48dbd47057123 authored over 7 years ago by Alistair Chapman <[email protected]>
Merge branch 'agc93/feature/gh-72' into develop

f253608421e73fe909f6418bb174f5f44eb93166 authored over 7 years ago by Alistair Chapman <[email protected]>
Re-target to .NET Framework 4.6 and update NuGet dependencies

7d92847d5e3aaebf8a9581c852a5dd4d066bf656 authored over 7 years ago by Alistair Chapman <[email protected]>
Merge branch 'agc93-feature/gh-50' into develop

8bb3aa5d2af51399a0742127eb57871c478c6958 authored over 7 years ago by Alistair Chapman <[email protected]>
Update Cake dependencies/templates to 0.19.4

1e4d869cf3af9056574ae97015eb8a11b68e4aa1 authored over 7 years ago by Alistair Chapman <[email protected]>
Merge pull request #67 from agc93/feature/gh-63

GH63: Adds Visual Studio 2017 support

405719d214eb1dc026899fa19f590a2d69e4f93b authored over 7 years ago by Gary Ewan Park <[email protected]>
Adds Visual Studio 2017 support

b749d29810a41ed0327557ff08044190ba5bdcdc authored almost 8 years ago by Alistair Chapman <[email protected]>
Merge pull request #66 from beto-rodriguez/develop

added params key word

a1a11e9fe3548285a779058cf5499a40167dc5ac authored almost 8 years ago by Alistair Chapman <[email protected]>
added params key word

7dfb51676a83dbc6bca95378380e27b775c4235d authored almost 8 years ago by Alberto Rodríguez <[email protected]>
Merge pull request #49 from agc93/feature/gh-47

GH47: Add support for Cake-specific language/IDE settings

ce66e125c893a0202653ddedf9d851d89191b8f7 authored almost 8 years ago by Gary Ewan Park <[email protected]>
Merge pull request #65 from agc93/feature/gh-64

GH64: Update Cake to 0.17.0/1

f9491b026213376c84c454d9c556f422f5faf754 authored almost 8 years ago by Gary Ewan Park <[email protected]>
(GH-64) Update Cake to 0.17.0/1

1d656191dace8beb8e24308c2d13c854c70b4d3b authored almost 8 years ago by Alistair Chapman <[email protected]>
Add support for Cake-specific language/IDE settings

417adaa6da87d23a5312f410ec2e067a1f69f550 authored almost 8 years ago by Alistair Chapman <[email protected]>
Merge pull request #44 from agc93/feature/gh-41

(GH-41) Added support for auto-indentation in Cake files.

e9babffb73e7b40f6bf676f1b05469090399a0a6 authored almost 8 years ago by Alistair Chapman <[email protected]>
Merge pull request #60 from agc93/feature/versioning-fix

Add MagicChunks-powered version transform

f38d9ecf9b8ab010619ef99b79aa6997060fceac authored about 8 years ago by Gary Ewan Park <[email protected]>
Add MagicChunks-powered version transform

118c50b9b88632320f751596925bc6df308e7424 authored about 8 years ago by Alistair Chapman <[email protected]>
Merge pull request #59 from agc93/feature/ci-cleanup

Remove diagnostic logging, fix manifest versioning

85f0e99ccb6a95a829eca6387a518174f545722d authored about 8 years ago by Gary Ewan Park <[email protected]>
Remove diagnostic logging, fix manifest versioning

c9733d55a58c0bebc30d79f67273676e73205a50 authored about 8 years ago by Alistair Chapman <[email protected]>
Merge pull request #58 from maartenba/patch-1

Upload as single stream, not multipart

95a25b58e79f8ff798943383255f486d7a70e972 authored about 8 years ago by Gary Ewan Park <[email protected]>
Upload as single stream, not multipart

43c591f5eeed95049ca352215f5cded677ab8bd8 authored about 8 years ago by Maarten Balliauw <[email protected]>
Merge pull request #57 from agc93/feature/myget-fix

Additional logging for MyGet upload client

2503726c6b62a138fe46f849cd1942322f29e80a authored about 8 years ago by Gary Ewan Park <[email protected]>
Fix compilation error and rookie mistake

2459a4d1f3db4785275c3fca13fa3bd39b625bad authored about 8 years ago by Alistair Chapman <[email protected]>