Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by vetrarnott · Jul 01, 2017 at 07:20 AM · assembly

Add an AssemblyVersion attibute to 'Assembly-CSharp.dll'. Any help?

Hey there, I got the error with code CA1016 on MVS. Since I'm beginner I can only think that I am missing something. Can not figure out AssemblyVersionAtribute Class in Microsoft help.

Unity says that associated script can not be loaded and that no monobehaviour scripts in the file, or their names do not match the file name.

What am I supposed to do?

Thanks in advance.

Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image vetrarnott · Jul 13, 2017 at 05:49 PM 0
Share

Still trying to figuring out how can I solve this but no success so far...

2 Replies

· Add your reply
  • Sort: 
avatar image
0

Answer by FortisVenaliter · Jul 13, 2017 at 07:38 PM

Can you show the script in question?

It sounds like Unity can't load the script because the class name in the script does not match the filename of the script.

As for the CA1016, I've never seen that with a unity-generated project. I would recommend closing unity, deleting the VS Project files, and opening Unity again to get it to regenerate them, but it may just be an obscure symptom of the file name not matching the class name.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by Fehr · Dec 04, 2018 at 02:27 PM

This warning is occurring as a result of CA1016, a design warning meant to prompt developers to version their assemblies. In a usual Visual Studio solution this would be done as described here, but as the unity editor regenerates the solution as scripts change, this change would invariably be overridden.


Because I like to stay on top of my warnings, and keep the warning list clear, I've taken to suppressing this warning. This can be done by placing the following code in a csharp file such as Supression.cs within the solution, as follows:

 using System.Diagnostics.CodeAnalysis;
 
 [assembly: SuppressMessage(
     "Microsoft.Design", 
     "CA1016:MarkAssembliesWithAssemblyVersion") ]


I don't like to suppress warnings, as they're usually there for a good reason, as is the case here, so If anyone knows a better solution, I'd love to learn it.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

67 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Using a DLL assembly on Mac 2 Answers

How do I snap/assemble two or more oddly shaped objects together? 0 Answers

Is there a way to override the Vector3 class or edit it? 3 Answers

Moving file failed 2 Answers

Assembly Definition Files exclude specified subfolder 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges