Tuesday, June 2, 2020

DevOps Error: The imported project Microsoft.VisualStudio.SharePoint.targets was not found.

This error is thrown for sharepoint add ins, it was fixed in the latest Hosted VS2017 Agent of VSTS and Visual Studio 2017 verison 15.6.2.

More information can be found at:


No comments:

Regex Email validation in c# dot net core

 Use this regex /^_?[a-zA-Z0-9]([a-zA-Z0-9]*[._+-])*[a-zA-Z0-9_]+@(?!-)[A-Za-z0-9-]{1,63}(?<!-)(\.(?!-)[A-Za-z0-9-]{1,63}(?<!-))*\.[A-...