Posts by Eduardo Carísio • 175 points
4 posts
-
0
votes2
answers28
viewsA: How to intercept the project save event on vssdk?
What worked for me like a glove was to implement the interface IVsRunningDocTableEvents3 overriding the method of OnBeforeSave. That way I knew exactly when the project was to be saved and carry out…
-
1
votes2
answers28
viewsQ: How to intercept the project save event on vssdk?
I am currently developing an extension of visual studio 2017 where I need to know when any changes in the project are persisted. E.g.: When I add a new reference to the project (I know there are…
-
4
votes2
answers1402
viewsQ: Shaman is completely free?
Can anyone say if at any time it is necessary to pay for using Xamarin? If even developing free apps it is necessary to pay? If you are an app that is part of a service, but the app is free, you…
-
2
votes1
answer1010
viewsQ: See Nfe without certificate
Is there any way to check the base of Nfe without certificate via programming? Today you would only need to check which products are in Nfe to automate an internal process.
nfeasked Eduardo Carísio 175