-
Notifications
You must be signed in to change notification settings - Fork 48
When will the official launch of App insights SDK for WCF application will be done #123
Comments
Please respond |
We've just published an updated version of this SDK. Status has not changed at the moment. @SergeyKanzhelev do you want to add anything here? |
@keerthinath-ganjam what is the main request here? Have it on nuget.org or have an official support statement from Microsoft? |
The request is definitely to have it on nuget.org. It's a big pain in the rear for teams and build systems not having it on nuget.org. |
related to #5 |
Yes main request is to have it on the nuget.org. |
@SergeyKanzhelev , @tomasr : Any plans of releasing it to nuget.org, if so, by when. |
nuget would be great. Its a real pain to force my code build systems to grab this at the moment. |
@SergeyKanzhelev , @tomasr : Any updates?? |
Is any activity happening in this repo ??? |
You can see is history that there is active development but apparently no news about publishing to nuget.org |
Is this project dead or is it done? |
Until this package is posted to nuget, you can keep your team in sync by adding a
per https://docs.microsoft.com/en-us/nuget/reference/nuget-config-file#packagesources |
That hells a little. However I still have to run "special" code scans and
repeatedly justify this for external auditors. Kinda sucks since this
library is the only practical way to monitor WCF in Azure... That is what I
have seen... If there are better feel free to say it
…On Fri, Apr 12, 2019, 4:42 PM Stuart Schwartz ***@***.***> wrote:
Until this package is posted to nuget, you can keep your team in sync by
adding a NuGet.config file to your project containing the following:
<packageSources>
<add key="applicationinsights-sdk-labs" value="https://www.myget.org/F/applicationinsights-sdk-labs" />
</packageSources>
per
https://docs.microsoft.com/en-us/nuget/reference/nuget-config-file#packagesources
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#123 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABnVUjaVL_u9ootDAfCxXWhYvnpaW86Kks5vgP28gaJpZM4O7U_J>
.
|
I know of nothing better. The standard Application Insights package from nuget isn't nearly as robust as this one. Moving the ApplicationInsights-SDK-Labs Application Insights WCF package official and hosting it in nuget's official repository would be a huge value-add for those of us still using .net WCF. Thank you. |
I agree... not sure why nobody is monitoring this from Microsoft. I need this... I am tired of having to justify it usage during code audits. I need this in a standard package please sirs. |
Same here. |
When will the official launch of App insights SDK for WCF application will be done
The text was updated successfully, but these errors were encountered: