• 713-270-4000
  • FAQ / Contact
  • hcss.com
HCSS Career Center

HCSS Career Center

  • About
    • Perks
    • What We Do
    • Blog
    • FAQ / Contact
  • View Openings

Archives for January 2019

262 Club

Blog, Featured, More Posted: January 29, 2019

For nearly 98 years, 26.2 miles (42.195 kilometers) has been the IAAF gold standard to define a marathon. For anyone who proudly badges their car with a plainly cryptic 262 sticker, it represents an elite club, and zen-like way of living. Avoid the sedentary, raise awareness or money, get fit, build friendships, find inspiration, inspire… these are just a few of the word bubbles that I see when I watch marathoners race by the crowds of supporters, friends, and families that line both sides of the 26.2 mile stretch.

At HCSS, the racing sub culture is alive and thriving. The company provides each employee with a $1000 wellness fund that can be used towards entering events and races. With a company average age of 37, our health risk factors are low compared to other companies. HCSS Employees and family members have submitted over 840 registrations for racing events in 2018 alone. A large majority of those were at HCSS sponsored races like Run for the Rose, Run Over Cancer, and Impact a Hero .

This past weekend we had 11 finishers of the Chevron Houston Marathon in downtown Houston. We are proud of our HCSS family that wakes up early in the morning to train every day, and has the courage to sign up for that 26.2 mile personal journey. Congratulations!

 

Credit: Photography by Daniel Chee

Using a Private NuGet Feed with VS for Mac

Blog, Development Posted: January 24, 2019

Visual Studio for Mac is a decent Integrated Development Environment (IDE) for writing .NET on a Mac. One area in which it has trouble is authenticating against a private NuGet feed. (For example, your company might host some common internal libraries). Attempting to configure a private NuGet feed using the Visual Studio for Mac IDE results in an endless authorization failure loop. See:

  1. https://developercommunity.visualstudio.com/content/problem/270269/vs-for-mac-repeatedly-ask-for-credentials-when-upd.html
  2. https://developercommunity.visualstudio.com/content/problem/120242/nuget-will-not-work-with-private-repos-401-errors.html

The solution is hidden away in a Microsoft document. In short, you must use NuGet V2 Application Programming Interface (API) feeds and a personal access token when accessing private NuGet feeds on a Mac.

First, select security from your Visual Studio online portal.

Then, you want to create a new Personal Access Token (PAT) with read-only packaging scope.

With your PAT, open a terminal and run the following command:


$ nuget sources add -name {your feed name} -source {your feed URL} 
-username {anything} -password {your PAT}

Make sure your feed URL is using NuGet V2. For example:

  • Nuget v3 url: https://mynugeturl.org/nuget/v3/index.json
  • Nuget v2 url: https://mynugeturl.org/nuget/v2

Now, after restarting Visual Studio, you’ll be able to restore packages from your private NuGet feed. Voila!

Primary Sidebar

Janmy - HCSS

I love that HCSS encourages continuous learning, which helps me not only be a better UXer but also a 'jill-of-all-trades.' Additionally, if I see a need to improve our processes or products, I'm encouraged to explore solutions to proactively achieve that."

Janmy S.
UX Designer

Footer

About

We’re giving construction a little tech shakeup! Our software solutions have been helping construction companies work smarter since 1986. Today, we’re the known industry leader, serving thousands of contractors across the nation. We’re always growing and looking for more talent as we continue to innovate, refine, and expand our products, year after year.

Connect

  • LinkedIn
  • TikTok
  • Instagram

Contact

  • 713-270-4000
  • recruiting@hcss.com

© 2025 Heavy Construction Systems Specialists LLC (HCSS Careers) • Sitemap • Privacy Policy • Terms of Service