Code Monkey home page Code Monkey logo

Comments (7)

3F avatar 3F commented on June 1, 2024 1

It's not yet completely finished for IDE but for MSBuild 17 should work fine even for current 1.14.1 as far as I understand

These tasks are also complicated due to dropped .NET Framework 4 support in VS 2022 :( But I already pushed some solution for this according to my new https://github.com/3F/netfx4sdk

Actually my latest draft in mentioned PR is already must be workable in IDE VS2022.

You can also *test this build because I need more tested instances for modern SDK17 before continue.
Let me know about possible errors etc. Thanks.
*Do not use in production in order to avoid some really critical errors with your data and so on.

I'll try to complete new release this month as much as possible.
Thanks for using!

from vssolutionbuildevent.

3F avatar 3F commented on June 1, 2024

Ah yes, any PRs are appreciated since I also need a time to fix other important bugs etc.

from vssolutionbuildevent.

Rand-Random avatar Rand-Random commented on June 1, 2024

@3F
Have it in use for the last 2 weeks and no issue to be found.
Thanks for the hard work, highly appreciated.

The only complain I currently have, though I don't know if that is VS 2022 related, is that everytime I open a solution, I am greeted with 2 windows that I need to close.

  1. Status Panel
  2. Output

image

Maybe I am just blind, but I couldn't find an option to say, don't show them everytime.

from vssolutionbuildevent.

3F avatar 3F commented on June 1, 2024

Have it in use for the last 2 weeks and no issue to be found.

Good! Thanks for the feedback.

v1.15 is officially released 5 days ago with other important changes. Don't forget to update it if you are still using the mentioned CI build.

Thanks for the hard work, highly appreciated.

You are welcome.

from vssolutionbuildevent.

3F avatar 3F commented on June 1, 2024

The only complain I currently have, though I don't know if that is VS 2022 related, is that everytime I open a solution, I am greeted with 2 windows that I need to close.

"Status panel" can be permanently closed as far as I remember it.

  1. Make sure you have only 1 opened Visual Studio IDE instance.
  2. Focus "Status panel", Click on close button. Then restart IDE to apply preferences.

But this is highly not recommended due to possible problems for modern VS

Known problems

    [VS2019] Build can be started before activation of our plugin inside VS IDE.
    This is a feature of the modern VS platform with lazy loading of all plugins. But you can still affect for priority activation:
    Solution: Just attach once our [status panel] from View - Other Windows and this will always activate our plugin before start.

Thus I'd recommend just resize it to zero height or attach to some invisible place in your other panels just to avoid described behavior.

Regarding to "Output" panel,

It seems only through new implementation of some new options to suppress it as I see,

public int OnAfterOpenSolution(object pUnkReserved, int fNewSolution)
{
Monitor.Enter(sync);
try
{
//Log.paneAttach(GetOutputPane(GuidList.OWP_SBE, Settings.OWP_ITEM_VSSBE)); // also may be problem with toolWindow as in other COM variant -_-
Log._.paneAttach(Settings.OWP_ITEM_VSSBE, Dte2);
Log._.clear(false);
Log._.show();

Open new issue to suggest this or push PR I'll review it later for future releases.

from vssolutionbuildevent.

3F avatar 3F commented on June 1, 2024

Also note, Output pane can be controlled through command events. You can suppress it and activate it when is needed through script.

To suppress it,

  • Guid: {5EFC7975-14BC-11CF-9B2B-00AA00573819}
  • id: 237
  • Check [Cancel] + [Pre]

To activate it,

#[DTE exec: View.Output]

It can be also configured globally for any projects via vsCommandEvent where is also available raise function

#[DTE raise("{5EFC7975-14BC-11CF-9B2B-00AA00573819}", 237, "", "")]

from vssolutionbuildevent.

3F avatar 3F commented on June 1, 2024

The only complain I currently have, though I don't know if that is VS 2022 related, is that everytime I open a solution, I am greeted with 2 windows that I need to close.

New option added in 1.16 to suppress forced display of the output panel when opening a solution.
To activate, click on - Plugin - Suppress forcing OWP

Or edit the file manually %UserProfile%\Documents\vsSolutionBuildEvent\.vssbe.user

  "SuppressInitOwp": true

Let me know (in new issue) if it does not help.

from vssolutionbuildevent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.